From fa420ff98f13b6ac3d5ed24b1b332178af4b7fbc Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 18 Jan 2023 23:14:44 -0800 Subject: [PATCH] Support customizing button title text color --- web/components/admin/config/general/AppearanceConfig.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/admin/config/general/AppearanceConfig.tsx b/web/components/admin/config/general/AppearanceConfig.tsx index b12763416..2530b49da 100644 --- a/web/components/admin/config/general/AppearanceConfig.tsx +++ b/web/components/admin/config/general/AppearanceConfig.tsx @@ -40,6 +40,7 @@ const componentColorVariables = [ { name: 'theme-color-action', description: 'Action' }, { name: 'theme-color-action-hover', description: 'Action Hover' }, { name: 'theme-color-components-primary-button-border', description: 'Primary Button Border' }, + { name: 'theme-color-components-primary-button-text', description: 'Primary Button Text' }, { name: 'theme-color-components-chat-background', description: 'Chat Background' }, { name: 'theme-color-components-chat-text', description: 'Text: Chat' }, { name: 'theme-color-components-text-on-dark', description: 'Text: Light' },