diff --git a/components/swap/SwapForm.tsx b/components/swap/SwapForm.tsx index 94374461..41c36726 100644 --- a/components/swap/SwapForm.tsx +++ b/components/swap/SwapForm.tsx @@ -195,7 +195,11 @@ const SwapForm = () => { : tokenMax.lt(amountIn) return ( - +
= ({ } return ( - + {loadChartData ? ( <> @@ -317,13 +317,13 @@ const SwapTokenChart: FunctionComponent = ({ onChange={(v) => setDaysToShow(v)} />
-
+
{ outputTokenId={outputTokenInfo?.extensions?.coingeckoId} />
-
+
-
+
diff --git a/components/wallet/ConnectWalletButton.tsx b/components/wallet/ConnectWalletButton.tsx index d6d371ca..9a758385 100644 --- a/components/wallet/ConnectWalletButton.tsx +++ b/components/wallet/ConnectWalletButton.tsx @@ -100,7 +100,7 @@ export const ConnectWalletButton: React.FC = () => { disabled={!group} className={` text-white focus:outline-none disabled:cursor-wait disabled:opacity-25`} > -
+
{ />
-
+
{connecting ? : t('connect')}
{wallet?.adapter?.name && ( diff --git a/pages/swap.tsx b/pages/swap.tsx index e28d1edb..6ba87fd7 100644 --- a/pages/swap.tsx +++ b/pages/swap.tsx @@ -12,7 +12,7 @@ export async function getStaticProps({ locale }: { locale: string }) { const Trade: NextPage = () => { return ( -
+
) diff --git a/tailwind.config.js b/tailwind.config.js index dc92d883..8afb0ece 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -47,8 +47,8 @@ module.exports = { red: { DEFAULT: '#CC2929', dark: '#AA2222', muted: '#571e20' }, green: { DEFAULT: '#5EBF4D', dark: '#4BA53B', muted: '#365D31' }, orange: { DEFAULT: '#FF9C24' }, - 'bkg-1': '#131316', - 'bkg-2': '#1D1D20', + 'bkg-1': '#101012', + 'bkg-2': '#1B1B1F', 'bkg-3': '#27272B', 'bkg-4': '#38383D', 'fgd-1': '#D1D1D1',