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
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);
}
}

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);
}