Skip to content

Commit

Permalink
improve table a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 25, 2023
1 parent 26009a1 commit d4e0de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const styles = {
header: 'text-secondary-800',
},
size: {
collapsed: 'py-2 md:py-2.5 min-h-[44px] md:min-h-[50px]',
relaxed: 'py-3',
collapsed: 'py-2.5 md:py-3.5 min-h-[44px] md:min-h-[50px]',
relaxed: 'py-3.5',
},
},
defaultVariants: {
Expand Down

0 comments on commit d4e0de8

Please sign in to comment.