From 2a06d896caf894548e8662905c0837cecdf682c8 Mon Sep 17 00:00:00 2001 From: Linkie Link Date: Wed, 13 Sep 2023 11:44:33 +0200 Subject: [PATCH] Mp 2442 tab and alignment fixes (#464) * fix: fixed the margins and paddings of the layout * fix: fixed the gap --- src/components/Account/AccountDetails/index.tsx | 6 +++--- src/components/Earn/Tab.tsx | 6 +++--- src/components/Settings.tsx | 1 + src/pages/_layout.tsx | 9 ++++----- tailwind.config.js | 4 +++- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/Account/AccountDetails/index.tsx b/src/components/Account/AccountDetails/index.tsx index 590b5d71..d49f821a 100644 --- a/src/components/Account/AccountDetails/index.tsx +++ b/src/components/Account/AccountDetails/index.tsx @@ -86,14 +86,14 @@ function AccountDetails(props: Props) {
+
@@ -27,7 +27,7 @@ export default function Tab(props: Props) { diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 1481c393..e02fdbe1 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -7,6 +7,7 @@ export default function Settings() {