Support customizing button border color

This commit is contained in:
Gabe Kangas
2023-01-18 15:58:45 -08:00
parent a1a3272031
commit 12eb0eed1d
3 changed files with 3 additions and 2 deletions

View File

@@ -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' },

View File

@@ -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

View File

@@ -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