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