Skip to content

Commit

Permalink
fix: styling issue with a button text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 6, 2023
1 parent 75596ae commit 4ff40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/themes/defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $button-primary-background-highlight: var(
$theme-color-highlight
);
$button-primary-background-disabled: var(--jse-button-primary-background-disabled, #9d9d9d);
$button-primary-color: var(--jse-button-primary-color, $text-color-inverse);
$button-primary-color: var(--jse-button-primary-color, $white);
$button-secondary-background: var(--jse-button-secondary-background, #d3d3d3);
$button-secondary-background-highlight: var(--jse-button-secondary-background-highlight, #e1e1e1);
$button-secondary-background-disabled: var(--jse-button-secondary-background-disabled, #9d9d9d);
Expand Down

0 comments on commit 4ff40f9

Please sign in to comment.