fix: remove placeholder and use gray custom property

This commit is contained in:
Chuma McPhoy
2024-07-10 13:43:46 +02:00
parent 0697c8d9ef
commit 1573722843

View File

@@ -51,7 +51,7 @@
}
.grey {
color: var(--UI-Text-Placeholder, #787472);
color: var(--UI-Grey-60);
}
.pale {