Skip to content

Commit

Permalink
fix(surveys): mcq preview label color bug (#18145)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyiy authored Oct 23, 2023
1 parent 48af664 commit 31a0f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/surveys/SurveyAppearance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export function SurveyMultipleChoiceAppearance({
name="choice"
value={choice}
/>
<label>{choice}</label>
<label style={{ color: textColor }}>{choice}</label>
<span className="choice-check">{check}</span>
</div>
))}
Expand Down

0 comments on commit 31a0f12

Please sign in to comment.