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 = {
2626 bottom : 0 ,
2727 left : 70 ,
2828} ;
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) ' ;
3232const tooltipStyles = {
3333 ...defaultStyles ,
3434 minWidth : 60 ,
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ function ButtonsContainer(): JSX.Element {
5757 duration : 2000 ,
5858 position : 'top-right' ,
5959 style : {
60- background : '#1f2937 ' ,
61- color : '#fff ' ,
60+ background : 'var(--bg-primary) ' ,
61+ color : 'var(--text-primary) ' ,
6262 } ,
6363 iconTheme : {
64- primary : '#14b8a6 ' ,
65- secondary : '#fff ' ,
64+ primary : 'var(--color-primary) ' ,
65+ secondary : 'var(--text-primary) ' ,
6666 } ,
6767 } ) ;
6868 } ;
You can’t perform that action at this time.
0 commit comments