Skip to content

Commit

Permalink
feat: Question row text color
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSlain committed Dec 16, 2024
1 parent f472e23 commit f9f7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Evaluations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function QuestionRow({
tabIndex={0}
role="button"
>
<p className="text-gray-700">{question}</p>
<p>{question}</p>
<div className="flex gap-2 mt-2">
<span
className={`fr-tag fr-text-action-high--blue-france fr-background-action-low--blue-france`}
Expand Down

0 comments on commit f9f7923

Please sign in to comment.