Skip to content

Commit

Permalink
FORCING BIOME FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
luarmr committed Nov 19, 2024
1 parent 1227c31 commit c983df7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/libs/ui/src/lib/checkbox/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export const Checkbox = ({
onChange={onChange}
aria-checked={indeterminate ? "mixed" : !!checked}
aria-label={ariaLabel ?? (typeof children === "string" ? children : "")}
/>
<span
/> <span
className={clsx(styles.checkbox__check, {
[styles.checkbox__check_checked]: checked,
[styles.checkbox__check_indeterminate]: indeterminate,
Expand Down

0 comments on commit c983df7

Please sign in to comment.