Skip to content

Commit 73c88f9

Browse files
committed
tweak button
1 parent 8fd34c3 commit 73c88f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/trade-button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const TradeButton = ({
2424
<Tooltip>
2525
<TooltipTrigger
2626
className={clsx(
27-
'text-ic-white w-full rounded-md px-6 py-4 font-bold transition duration-300 ease-in-out',
27+
'text-ic-white w-full rounded-3xl px-6 py-4 font-bold transition duration-300 ease-in-out',
2828
disabled ? 'shadow-none' : 'shadow-[0.5px_1px_2px_0_rgba(0,0,0,0.3)]',
2929
disabled
3030
? 'bg-ic-gray-500 dark:bg-zinc-800 dark:text-neutral-400'

0 commit comments

Comments
 (0)