Skip to content

Commit

Permalink
add dark mode support for ColorPicker (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoarHansson committed Sep 2, 2024
1 parent c1905f2 commit d4507b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/views/components/ColorPicker.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '~styles/utils/modules-entry';

$background-color: #e9e9e9;
$background-color: var(--gray-lighter);
$size: 1.5rem;
$padding: 0.3rem;
$margin-bottom: 0.15rem;
Expand Down

0 comments on commit d4507b7

Please sign in to comment.