Skip to content

Commit

Permalink
style: change alert success and warning alert color
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed May 10, 2022
1 parent 2fb201b commit 7e89a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ $alert-colors: (
),
success: (
text-color: #fff,
background-color: #4fbe87
background-color: #28ab55
),
warning: (
text-color: #fff,
text-color: #3f3a26,
background-color: #eaca4a,
),
danger: (
Expand Down
4 changes: 2 additions & 2 deletions src/assets/scss/themes/dark/_variables-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ $alert-colors: (
),
success: (
text-color: #fff,
background-color: #4fbe87
background-color: #28ab55
),
warning: (
text-color: #fff,
text-color: #3f3a26,
background-color: #eaca4a,
),
danger: (
Expand Down

0 comments on commit 7e89a1d

Please sign in to comment.