Skip to content

Commit

Permalink
feat: update base components to use tailwind-merge + cva (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
eligundry authored Jun 13, 2024
1 parent d3a41a7 commit 417232d
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 157 deletions.
2 changes: 1 addition & 1 deletion app/components/Album/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const AlbumWrapper: React.FC<Props> = ({
keyFunction={(genre, i) => `${genre}-${i}`}
toFunction={(genre) => `/genre/${genre}`}
childFunction={(genre) => genre}
className={clsx('btn-xs')}
className={clsx('!btn-xs')}
wrapperClassName={clsx(
'stat-actions',
'sm:flex-col',
Expand Down
Loading

0 comments on commit 417232d

Please sign in to comment.