Skip to content

Commit

Permalink
reduce spacing between widget content and header
Browse files Browse the repository at this point in the history
  • Loading branch information
sauldom102 committed Mar 4, 2025
1 parent 0c7a82b commit 75b0740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/Widgets/Widget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Container = forwardRef<
<Card
className={cn(
fullHeight ? "h-full" : "",
"relative flex gap-4 border-f1-border-secondary"
"relative flex gap-3 border-f1-border-secondary"
)}
ref={ref}
>
Expand Down

0 comments on commit 75b0740

Please sign in to comment.