feat: add gray label color variables for dark and light themes

This commit is contained in:
twwu
2024-11-08 11:31:48 +08:00
parent 6a99fab92f
commit a75cef2c3b
3 changed files with 6 additions and 0 deletions

View File

@ -244,6 +244,8 @@ html[data-theme="light"] {
--color-components-Avatar-default-avatar-bg: #D0D5DC;
--color-components-label-gray: #F2F4F7;
--color-text-primary: #101828;
--color-text-secondary: #354052;
--color-text-tertiary: #676F83;