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

@@ -209,7 +209,7 @@ export default {
}
.user-online-status--busy {
background: var(--y-700);
background: var(--y-500);
}
.user-online-status--offline {