File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
scenes/onboarding/home/sections Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ style files without adding already imported styles. */
21
21
--bg-mid : #{$bg_mid } ;
22
22
--bg-charcoal : #{$bg_charcoal } ;
23
23
--text-default : #{$text_default } ;
24
+ --text-light : #{$text_light } ;
24
25
--muted : #{$text_muted } ;
25
26
// Used for graph series
26
27
--blue : #{$blue_500 } ;
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ function CreateAnalysisSection(): JSX.Element {
103
103
color = "var(--bg-charcoal)"
104
104
title = { insight . questions . map ( ( question , idx ) => (
105
105
< Paragraph
106
- style = { { color : 'var(--text-light' , padding : '3px' } }
106
+ style = { { color : 'var(--text-light) ' , padding : '3px' } }
107
107
key = { `${ insight . name } _${ idx } ` }
108
108
>
109
109
{ `•` + question }
You can’t perform that action at this time.
0 commit comments