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

@ -157,7 +157,7 @@ export default {
&.warning {
background: var(--y-100);
color: var(--y-900);
border: 1px solid var(--y-300);
border: 1px solid var(--y-200);
a {
color: var(--y-900);
}