Skip to content

Commit

Permalink
supporting passed in className
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex committed Nov 29, 2024
1 parent c31df4a commit 8106b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/ui/src/lib/toggle/toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Toggle = forwardRef(
className={clsx(styles.toggle, {
[styles.toggle_disabled]: props.disabled,
[styles.toggle_checked]: isChecked,
})}
}, className)}
style={style}
>
<input
Expand Down

0 comments on commit 8106b04

Please sign in to comment.