Skip to content

Commit

Permalink
fix vertical alignment of checkbox (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswithf authored Sep 11, 2024
1 parent 3a915b0 commit 53d565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
},
},
checkbox: {
base: 'relative inline-flex items-start gap-x-2',
base: 'relative inline-flex items-start gap-x-2 align-bottom',
normal: 'cursor-pointer',
disabled: '',
layout: {
Expand Down

0 comments on commit 53d565a

Please sign in to comment.