Skip to content

Commit 4ff40f9

Browse files
committedDec 6, 2023
fix: styling issue with a button text color in dark mode
1 parent 75596ae commit 4ff40f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/themes/defaults.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ $button-primary-background-highlight: var(
174174
$theme-color-highlight
175175
);
176176
$button-primary-background-disabled: var(--jse-button-primary-background-disabled, #9d9d9d);
177-
$button-primary-color: var(--jse-button-primary-color, $text-color-inverse);
177+
$button-primary-color: var(--jse-button-primary-color, $white);
178178
$button-secondary-background: var(--jse-button-secondary-background, #d3d3d3);
179179
$button-secondary-background-highlight: var(--jse-button-secondary-background-highlight, #e1e1e1);
180180
$button-secondary-background-disabled: var(--jse-button-secondary-background-disabled, #9d9d9d);

0 commit comments

Comments
 (0)
Please sign in to comment.