Skip to content

Commit

Permalink
feat(checkbox): update checkbox styles to allow full label width
Browse files Browse the repository at this point in the history
Update checkbox styles to allow full label width
  • Loading branch information
acd02 committed Jul 21, 2023
1 parent 78cacd1 commit db13bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/checkbox/src/CheckboxLabel.styles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { cva, VariantProps } from 'class-variance-authority'

export const labelStyles = cva('', {
export const labelStyles = cva('grow', {
variants: {
disabled: {
true: ['text-neutral/dim-2', 'cursor-not-allowed'],
Expand Down

0 comments on commit db13bf0

Please sign in to comment.