From 12eb0eed1dd39c9784d6d1710c693fd5e8169d9e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 18 Jan 2023 15:58:45 -0800 Subject: [PATCH] Support customizing button border color --- web/components/admin/config/general/AppearanceConfig.tsx | 1 + web/styles/theme.less | 2 +- web/styles/variables.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/components/admin/config/general/AppearanceConfig.tsx b/web/components/admin/config/general/AppearanceConfig.tsx index f74efacc5..820b55aa8 100644 --- a/web/components/admin/config/general/AppearanceConfig.tsx +++ b/web/components/admin/config/general/AppearanceConfig.tsx @@ -39,6 +39,7 @@ const componentColorVariables = [ { name: 'theme-color-background-main', description: 'Background' }, { 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-chat-background', description: 'Chat Background' }, { name: 'theme-color-components-chat-text', description: 'Text: Chat' }, { name: 'theme-color-components-text-on-dark', description: 'Text: Light' }, diff --git a/web/styles/theme.less b/web/styles/theme.less index 20c6851bd..468f75716 100644 --- a/web/styles/theme.less +++ b/web/styles/theme.less @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 18 Jan 2023 22:45:39 GMT +// Generated on Wed, 18 Jan 2023 23:58:29 GMT // // How to edit these values: // Edit the corresponding token file under the style-definitions directory diff --git a/web/styles/variables.css b/web/styles/variables.css index b76f7cc2d..baddb13b0 100644 --- a/web/styles/variables.css +++ b/web/styles/variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 18 Jan 2023 22:45:39 GMT + * Generated on Wed, 18 Jan 2023 23:58:29 GMT * * How to edit these values: * Edit the corresponding token file under the style-definitions directory