Skip to content

Commit

Permalink
[front] style: set a fixed height to criteria icons in CriteriaButton…
Browse files Browse the repository at this point in the history
…sScoreReview.tsx
  • Loading branch information
GresilleSiffle committed Nov 28, 2024
1 parent a4c698f commit 5d5ba4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const CriteriaButtonsScoreReview = ({
alignItems="center"
rowGap={1}
>
<Box px={1} color="grey.500">
<Box px={1} color="grey.500" sx={{ height: '1.8rem' }}>
{scoreBtn.icons}
</Box>

Expand Down

0 comments on commit 5d5ba4f

Please sign in to comment.