Fix customized button border color

This commit is contained in:
Gabe Kangas
2023-01-20 23:22:45 -08:00
parent 436ccb3d90
commit 8c5a334a09
4 changed files with 28 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Thu, 19 Jan 2023 03:14:14 GMT
// Generated on Sat, 21 Jan 2023 07:20:28 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -75,7 +75,7 @@
@theme-color-components-primary-button-background-disabled: var(--theme-color-action-disabled); // Disabled background
@theme-color-components-primary-button-text: var(--theme-color-palette-4); // Light secondary
@theme-color-components-primary-button-text-disabled: var(--theme-color-palette-10); // Neutral gray light
@theme-color-components-primary-button-border: var(--theme-color-palette-4); // Light secondary
@theme-color-components-primary-button-border: var(--theme-color-action); // Light secondary
@theme-color-components-primary-button-border-disabled: var(--theme-color-action-disabled); // Disabled background
@theme-color-components-secondary-button-background: var(--theme-color-palette-4); // Light secondary
@theme-color-components-secondary-button-background-disabled: transparent;