Skip to content

Commit

Permalink
fix notification warning color
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Nov 5, 2024
1 parent 677a408 commit d50cb4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ export default defineComponent({
this.snackbar = true
if (this.notification.type === 'success') {
this.snackbarColor = '#56C271'
} else if (this.notification.type === 'warning') {
this.snackbarColor = '#f0b323';
} else {
this.snackbarColor =
this.options.snackBar.color || this.notification.type
Expand Down

0 comments on commit d50cb4e

Please sign in to comment.