We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa80b4 commit 71f0fbdCopy full SHA for 71f0fbd
website/src/views/settings/ThemeOption.scss
@@ -1,5 +1,3 @@
1
-@use "sass:math";
2
-
3
@import '~styles/utils/modules-entry';
4
5
$theme-selected-bg-color: var(--gray-lighter);
@@ -30,7 +28,7 @@ $theme-option-gap: 0.7rem;
30
28
$number-colors: 8;
31
29
32
.colorItem {
33
- $size: math.div(100%, $number-colors);
+ $size: 12.5%; // 100% / $number-colors
34
35
display: inline-block;
36
width: $size;
0 commit comments