Skip to content

Commit

Permalink
style(zoom-slider): add spacing for visual clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
printerscanner committed Dec 3, 2024
1 parent 8b36222 commit 904f23e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/ui-components/registry/components/zoom-slider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const ZoomSlider = React.forwardRef<

return (
<Panel
className={cn("flex bg-primary-foreground text-foreground", className)}
className={cn(
"flex gap-1 rounded-md bg-primary-foreground p-1 text-foreground",
className,
)}
{...props}
>
<Button
Expand Down

0 comments on commit 904f23e

Please sign in to comment.