Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjishiromajp committed Nov 20, 2023
1 parent 67af97a commit cf6fc7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const styles = tv(
// TODO: this is a workaround to align, but need to find a better way.
popover: 'w-full',
// icon: 'text-primary transition-transform',
iconWrapper: 'mb-[-0.4rem] flex flex-shrink-0 items-center text-primary',
iconWrapper: 'pointer-events-none mb-[-0.4rem] flex flex-shrink-0 touch-none items-center text-primary',
textWrapper: 'flex flex-shrink items-center overflow-hidden pr-2',
},
variants: {
Expand Down

0 comments on commit cf6fc7e

Please sign in to comment.