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

@@ -51,10 +51,6 @@
background-color: var(--white);
}
.text-y-800 {
color: var(--y-800);
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;