fix: Yellow color shades are inconsistent (#4391)

This commit is contained in:
Nithin David Thomas 2022-04-11 17:27:28 +05:30 committed by GitHub
parent 1194188f13
commit 3d164271a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -112,10 +112,10 @@ export default {
}
&.warning {
background: var(--y-800);
color: var(--s-600);
background: var(--y-600);
color: var(--y-500);
a {
color: var(--s-600);
color: var(--y-500);
}
}