Skip to content

Commit

Permalink
style: fix token icos
Browse files Browse the repository at this point in the history
  • Loading branch information
ogous committed Aug 15, 2024
1 parent 1dd403c commit edc2537
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/src/components/SwapForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import {
import { RewardsBreakdown } from "@/components/RewardsBreakdown";
import { useRouter } from "next/navigation";
import { TokenIcon } from "./TokenIcon";
import { config } from "@/config";

const SwapFormFragment = graphql(`
fragment SwapFormFragment on SeawaterPool {
Expand Down Expand Up @@ -640,9 +639,9 @@ export const SwapForm = () => {
},
)}
>
<Token className={"size-[20px]"} />
<Token className={"-ml-2 size-[20px]"} />
<Token className={"-ml-2 mr-2 size-[20px]"} />
<TokenIcon className="size-5 " />
<TokenIcon className="-ml-1 size-5 " />
<TokenIcon className="-ml-1.5 size-5 " />

<div className={"iridescent-text text-[12px] md:text-[14px]"}>
Earn up to $100 for making this trade!
Expand Down

0 comments on commit edc2537

Please sign in to comment.