mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
ph home update css
This commit is contained in:
parent
ba534f00ef
commit
ecf72bf7b2
@ -103,7 +103,7 @@ function CreateAnalysisSection(): JSX.Element {
|
||||
color="var(--bg-charcoal)"
|
||||
title={insight.questions.map((question, idx) => (
|
||||
<Paragraph
|
||||
style={{ color: 'var(--text-light', padding: '3px' }}
|
||||
style={{ color: 'var(--text-light)', padding: '3px' }}
|
||||
key={`${insight.name}_${idx}`}
|
||||
>
|
||||
{`•` + question}
|
||||
|
Loading…
Reference in New Issue
Block a user