Skip to content

Commit

Permalink
fix: shrink-0
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Mar 27, 2024
1 parent 871328a commit 8c9bc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ContentWarningAction = (props: ContentWarningActionProps) => {

<CheckIcon
class={clsx([
`text-base text-accent`,
`shrink-0 text-base text-accent`,
(value !== undefined ? !selected.includes(value) : selected.length !== 0) && `invisible`,
])}
/>
Expand Down

0 comments on commit 8c9bc55

Please sign in to comment.