From 79ea63ffe904b18b9d14ed9bbe2b9eccdf00efcd Mon Sep 17 00:00:00 2001 From: ogous Date: Thu, 15 Aug 2024 23:19:43 +0300 Subject: [PATCH] style: fix swap button icon --- web/src/app/SwapButton.tsx | 2 +- web/src/components/SwapForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/SwapButton.tsx b/web/src/app/SwapButton.tsx index da4f54ea..e91f3693 100644 --- a/web/src/app/SwapButton.tsx +++ b/web/src/app/SwapButton.tsx @@ -22,6 +22,6 @@ export const SwapButton = ({ onClick }: { onClick?: () => void }) => ( className="z-10 flex size-[40px] cursor-pointer items-center justify-center bg-white" onClick={onClick} > - + ); diff --git a/web/src/components/SwapForm.tsx b/web/src/components/SwapForm.tsx index b43a5c2d..c5a060b8 100644 --- a/web/src/components/SwapForm.tsx +++ b/web/src/components/SwapForm.tsx @@ -487,7 +487,7 @@ export const SwapForm = () => { } onClick={flipTokens} > - +