From 6759c6d5e6f9aa29276d255dd6e2304fabb5c7f2 Mon Sep 17 00:00:00 2001 From: twwu Date: Fri, 8 Nov 2024 13:42:38 +0800 Subject: [PATCH] Revert "feat: add gray label color variables for dark and light themes" This reverts commit a75cef2c3b6af5038708ec66da287b346e943671. --- web/themes/dark.css | 2 -- web/themes/light.css | 2 -- web/themes/tailwind-theme-var-define.ts | 2 -- 3 files changed, 6 deletions(-) diff --git a/web/themes/dark.css b/web/themes/dark.css index fad5c02559..3440a1a7a8 100644 --- a/web/themes/dark.css +++ b/web/themes/dark.css @@ -244,8 +244,6 @@ html[data-theme="dark"] { --color-components-Avatar-default-avatar-bg: #222225; - --color-components-label-gray: #C8CEDA24; - --color-text-primary: #FBFBFC; --color-text-secondary: #D9D9DE; --color-text-tertiary: #C8CEDA99; diff --git a/web/themes/light.css b/web/themes/light.css index ecc1930360..717226e462 100644 --- a/web/themes/light.css +++ b/web/themes/light.css @@ -244,8 +244,6 @@ 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; diff --git a/web/themes/tailwind-theme-var-define.ts b/web/themes/tailwind-theme-var-define.ts index 9d17c361f8..643c96d1a1 100644 --- a/web/themes/tailwind-theme-var-define.ts +++ b/web/themes/tailwind-theme-var-define.ts @@ -244,8 +244,6 @@ const vars = { 'components-Avatar-default-avatar-bg': 'var(--color-components-Avatar-default-avatar-bg)', - 'components-label-gray': 'var(--color-components-label-gray)', - 'text-primary': 'var(--color-text-primary)', 'text-secondary': 'var(--color-text-secondary)', 'text-tertiary': 'var(--color-text-tertiary)',