We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd34c3 commit 73c88f9Copy full SHA for 73c88f9
src/components/trade-button/index.tsx
@@ -24,7 +24,7 @@ export const TradeButton = ({
24
<Tooltip>
25
<TooltipTrigger
26
className={clsx(
27
- 'text-ic-white w-full rounded-md px-6 py-4 font-bold transition duration-300 ease-in-out',
+ 'text-ic-white w-full rounded-3xl px-6 py-4 font-bold transition duration-300 ease-in-out',
28
disabled ? 'shadow-none' : 'shadow-[0.5px_1px_2px_0_rgba(0,0,0,0.3)]',
29
disabled
30
? 'bg-ic-gray-500 dark:bg-zinc-800 dark:text-neutral-400'
0 commit comments