Skip to content

Commit

Permalink
style: thumbs down alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSlain committed Jan 7, 2025
1 parent f9b2da1 commit 73e1b5a
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 @@ -480,7 +480,7 @@ function EvaluationPannel({
</div>
{/* Negative tags */}
<div className="flex items-start gap-2">
<span className="fr-icon-thumbs-down mt-2" />
<span className="fr-icon-thumbs-down mt-2.5" />
<div className="flex flex-1 flex-wrap gap-2">
{Object.entries(negativeTags).map(([tagKey, tagValue]) => (
<button
Expand Down

0 comments on commit 73e1b5a

Please sign in to comment.