diff --git a/apps/honey/src/components/swap-card.tsx b/apps/honey/src/components/swap-card.tsx index 0ca56ce8e..bfa4ab4ed 100755 --- a/apps/honey/src/components/swap-card.tsx +++ b/apps/honey/src/components/swap-card.tsx @@ -19,6 +19,7 @@ import { Tabs, TabsList, TabsTrigger } from "@bera/ui/tabs"; import { Address, parseUnits } from "viem"; import { usePsm } from "~/hooks/usePsm"; +import { cn } from "@bera/ui"; export function SwapCard() { const [tabValue, setTabValue] = useState<"mint" | "burn">("mint"); @@ -109,153 +110,166 @@ export function SwapCard() { -
-