Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d39405b

Browse files
Kunalkunal
andauthored
Feat/ph home updates (PostHog#4157)
* close style * update text css Co-authored-by: kunal <[email protected]>
1 parent 0e5e9b7 commit d39405b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎frontend/src/global.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ style files without adding already imported styles. */
2121
--bg-mid: #{$bg_mid};
2222
--bg-charcoal: #{$bg_charcoal};
2323
--text-default: #{$text_default};
24+
--text-light: #{$text_light};
2425
--muted: #{$text_muted};
2526
// Used for graph series
2627
--blue: #{$blue_500};

‎frontend/src/scenes/onboarding/home/sections/DiscoverInsight.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function CreateAnalysisSection(): JSX.Element {
103103
color="var(--bg-charcoal)"
104104
title={insight.questions.map((question, idx) => (
105105
<Paragraph
106-
style={{ color: 'var(--text-light', padding: '3px' }}
106+
style={{ color: 'var(--text-light)', padding: '3px' }}
107107
key={`${insight.name}_${idx}`}
108108
>
109109
{`•` + question}

0 commit comments

Comments
 (0)