Skip to content

Commit 1e21fdd

Browse files
committed
Nicer legend padding
1 parent 355e5ab commit 1e21fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/primitives/charts/ChartLegendCompound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function ChartLegendCompound({
167167

168168
return (
169169
<div
170-
className={cn("flex flex-col pt-4 text-sm", scrollable && "max-h-[50%] min-h-0", className)}
170+
className={cn("flex flex-col px-2 pb-2 pt-4 text-sm", scrollable && "max-h-[50%] min-h-0", className)}
171171
>
172172
{/* Total row */}
173173
<div

0 commit comments

Comments
 (0)