Skip to content

Commit

Permalink
fix empty section padding
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Feb 12, 2025
1 parent c8a3337 commit d834213
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const Section: FC<SectionProps> = ({ name, children, ...props }) => (
_empty={{
_after: {
content: '"Nothing to display."',
px: 2,
fontWeight: "bold",
fontStyle: "italic",
},
Expand Down

0 comments on commit d834213

Please sign in to comment.