Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Dec 18, 2024
1 parent dc415b8 commit 4843432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buy/components/BuyDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function BuyDropdown() {
color.foreground,
background.default,
'absolute right-0 bottom-0 flex translate-y-[102%] flex-col gap-2',
'min-w-80 rounded rounded-lg border p-2 z-10',
'z-10 min-w-80 rounded rounded-lg border p-2',
)}
>
<div className="px-2 pt-2">Buy with</div>
Expand Down

0 comments on commit 4843432

Please sign in to comment.