Skip to content

Commit

Permalink
chore: add margin on pool dropdown component label
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Oct 8, 2024
1 parent ee4beb7 commit 7473fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cow-hooks-ui/src/PoolsDropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function PoolsDropdownMenu({

return (
<div className="flex flex-col gap-1 py-2">
<Label className="px-1">Choose liquidity pool</Label>
<Label className="px-1 mb-1">Choose liquidity pool</Label>
<Popover open={open} onOpenChange={setOpen}>
<PopoverTrigger className="w-full bg-background">
<div className="flex flex-col">
Expand Down

0 comments on commit 7473fc4

Please sign in to comment.