Skip to content

Commit

Permalink
add hover effect to radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswithf committed Jul 16, 2024
1 parent f29759e commit cc99a9f
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 @@ -270,7 +270,7 @@ export default {
},
},
input: {
base: 'peer absolute h-0 w-0 opacity-0',
base: 'peer absolute h-0 w-0 opacity-0 cursor-pointer',
size: {
[Size.Sm]: 'h-4 w-4',
[Size.Md]: 'h-5 w-5',
Expand Down

0 comments on commit cc99a9f

Please sign in to comment.