diff --git a/components/AccountSelect.tsx b/components/AccountSelect.tsx index 1a3fb034..aa2d00b0 100644 --- a/components/AccountSelect.tsx +++ b/components/AccountSelect.tsx @@ -69,7 +69,7 @@ const AccountSelect = ({ onChange={handleChange} > {({ open }) => ( - <> +
{accounts.map((account) => { const symbolForAccount = account.config.symbol @@ -125,18 +125,19 @@ const AccountSelect = ({ > {({ disabled, selected }) => (
-
+
@@ -161,12 +162,14 @@ const AccountSelect = ({ })} {missingTokenSymbols.map((token) => ( -
+
@@ -177,7 +180,7 @@ const AccountSelect = ({ ))} - +
)}
diff --git a/components/GroupSize.tsx b/components/GroupSize.tsx index 81c3aa94..e0cedea6 100644 --- a/components/GroupSize.tsx +++ b/components/GroupSize.tsx @@ -44,7 +44,7 @@ const GroupSize = ({ tickSize, value, onChange, className = '' }) => { {({ selected }) => (
diff --git a/components/Select.tsx b/components/Select.tsx index cf219077..ab9bebcf 100644 --- a/components/Select.tsx +++ b/components/Select.tsx @@ -49,7 +49,7 @@ const Option = ({ value, children, className = '' }) => { {({ selected }) => (
diff --git a/components/WithdrawModal.tsx b/components/WithdrawModal.tsx index f4901b0c..b57f99d6 100644 --- a/components/WithdrawModal.tsx +++ b/components/WithdrawModal.tsx @@ -334,10 +334,10 @@ const WithdrawModal: FunctionComponent = ({
{symbol}
diff --git a/styles/index.css b/styles/index.css index fcc4550f..bd7e9912 100644 --- a/styles/index.css +++ b/styles/index.css @@ -98,7 +98,7 @@ a { } li { - @apply text-sm text-th-fgd-3; + @apply mb-2 text-sm text-th-fgd-3 last:mb-0; } tbody {