design: Changes yellow color palette for better contrast ratio (#4334)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
This commit is contained in:
parent
5be9380547
commit
baf697f064
4 changed files with 17 additions and 17 deletions
|
@ -15,9 +15,9 @@
|
|||
{{ $t('NETWORK.BUTTON.REFRESH') }}
|
||||
</woot-button>
|
||||
<woot-button
|
||||
variant="clear"
|
||||
variant="smooth"
|
||||
size="small"
|
||||
color-scheme="secondary"
|
||||
color-scheme="warning"
|
||||
icon="dismiss-circle"
|
||||
@click="closeNotification"
|
||||
>
|
||||
|
|
|
@ -163,13 +163,13 @@ export default {
|
|||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: var(--y-800);
|
||||
color: var(--y-700);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button--note {
|
||||
color: var(--y-900);
|
||||
color: var(--y-600);
|
||||
}
|
||||
|
||||
.action-wrap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue