Skip to content

Commit

Permalink
fix(client): fix color on warning toast
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jan 20, 2024
1 parent f106e24 commit f061d35
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions judgels-client/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,17 @@ blockquote {

.bp5-intent-warning {
&.bp5-button,
&.bp5-tag {
&.bp5-tag,
&.bp5-toast,
&.bp5-toast .bp5-icon,
&.bp5-toast .bp5-button,
&.bp5-toast .bp5-button svg {
color: #fff !important;
background-color: #d9822b;
background-color: #d9822b !important;
}

&.bp5-toast .bp5-button:hover svg {
background-color: inherit !important;
}
}

Expand Down

0 comments on commit f061d35

Please sign in to comment.