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

@@ -23,7 +23,7 @@ export default {
background: var(--s-500);
}
&__busy {
background: var(--y-400);
background: var(--y-500);
}
}
</style>