Skip to content

Commit 94420d8

Browse files
committed
forgot about the white text in circular heatmap during dark mode
1 parent 3d0aa67 commit 94420d8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/custom-theme.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ body.dark-theme {
9393
.title-button,
9494
h1, h2, h3, h4, h5, h6 {
9595
color: map-get($custom-dark-theme, text);
96+
97+
9698
}
9799

98100

@@ -135,6 +137,10 @@ body.dark-theme {
135137
}
136138

137139
// Circular heatmap (radar chart)
140+
.circular-heat text,
141+
.labels.segment text {
142+
fill: #ffffff !important;
143+
}
138144

139145

140146
.circular-heat line,
@@ -144,8 +150,6 @@ body.dark-theme {
144150
}
145151

146152
.dark-theme {
147-
148-
149153
--heatmap-filled: #4caf50;
150154
--heatmap-disabled: #666666;
151155
--heatmap-cursor: #80deea;

0 commit comments

Comments
 (0)