fix: remove placeholder and use gray custom property
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
.grey {
|
||||
color: var(--UI-Text-Placeholder, #787472);
|
||||
color: var(--UI-Grey-60);
|
||||
}
|
||||
|
||||
.pale {
|
||||
|
||||
Reference in New Issue
Block a user