File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
components/StateRoute/PerformanceVisx Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ const margin = {
26
26
bottom : 0 ,
27
27
left : 70 ,
28
28
} ;
29
- const axisColor = '#161617 ' ;
30
- const axisTickLabelColor = '#363638 ' ;
31
- const axisLabelColor = '#363638 ' ;
29
+ const axisColor = 'var(--text-primary) ' ;
30
+ const axisTickLabelColor = 'var(--text-secondary) ' ;
31
+ const axisLabelColor = 'var(--text-primary) ' ;
32
32
const tooltipStyles = {
33
33
...defaultStyles ,
34
34
minWidth : 60 ,
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ function ButtonsContainer(): JSX.Element {
57
57
duration : 2000 ,
58
58
position : 'top-right' ,
59
59
style : {
60
- background : '#1f2937 ' ,
61
- color : '#fff ' ,
60
+ background : 'var(--bg-primary) ' ,
61
+ color : 'var(--text-primary) ' ,
62
62
} ,
63
63
iconTheme : {
64
- primary : '#14b8a6 ' ,
65
- secondary : '#fff ' ,
64
+ primary : 'var(--color-primary) ' ,
65
+ secondary : 'var(--text-primary) ' ,
66
66
} ,
67
67
} ) ;
68
68
} ;
You can’t perform that action at this time.
0 commit comments