Skip to content

Commit

Permalink
Override padding for bordered collapsible Section
Browse files Browse the repository at this point in the history
  • Loading branch information
Augusto Moura committed Sep 18, 2024
1 parent e7e45d2 commit fd6e885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/Section/src/Section/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const Section = forwardRef<HTMLDivElement, Props>(function Section(
'pt-8',
classesByVariant[variant],
variant === 'default' && collapsed && 'pb-8',
collapsible && variant === 'bordered' && 'p-6',
className
)}
>
Expand Down

0 comments on commit fd6e885

Please sign in to comment.