Fix modal close icon color
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
// Do not edit directly
|
||||
// Generated on Sun, 11 Sep 2022 01:48:18 GMT
|
||||
// Generated on Sun, 11 Sep 2022 05:30:09 GMT
|
||||
//
|
||||
// How to edit these values:
|
||||
// Edit the corresponding token file under the style-definitions directory
|
||||
@@ -16,6 +16,8 @@
|
||||
@tag-default-color: var(--theme-color-action);
|
||||
@border-radius-base: var(--theme-rounded-corners);
|
||||
@background-color-light: var(--theme-color-background-main);
|
||||
@modal-close-color: var(--theme-color-background-main);
|
||||
@modal-close-hover: var(--theme-color-action);
|
||||
@primary-color: #7a5cf3; // Text link/secondary light text
|
||||
@primary-color-hover: #2386e2; // Fun color 1
|
||||
@primary-color-active: #5d38f3; // Text link hover
|
||||
|
||||
Reference in New Issue
Block a user