From 533951ac785c283f0531db6d75c640ea69de098f Mon Sep 17 00:00:00 2001 From: sonnguyenkieio Date: Thu, 16 Sep 2021 17:25:20 +0700 Subject: [PATCH] :bug: bug: fix bug in Account Page --- .../AccountInfomation/AccountInfomation.module.scss | 9 ++------- .../components/AccountInfomation/AccountInfomation.tsx | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.module.scss b/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.module.scss index 7b35b673b..e8dd88a65 100644 --- a/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.module.scss +++ b/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.module.scss @@ -16,7 +16,6 @@ margin: auto; margin-bottom: 4rem; - @screen md { margin-left: 0 } @@ -59,13 +58,9 @@ @apply flex items-center justify-center; margin-top: 2.4rem; margin-bottom: 2.4rem; - // padding: .8rem 1.6rem; - // color: #141414; - // border: 1px solid #141414; - // max-width: 8.8rem; - ButtonCommon { - height: 700px; + button div { + background-color: #F5F4F2 !important; } @screen md { diff --git a/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.tsx b/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.tsx index 1506bc91b..241c631d6 100644 --- a/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.tsx +++ b/src/components/modules/account/AccountPage/components/AccountInfomation/AccountInfomation.tsx @@ -47,7 +47,7 @@ const AccountInfomation = ({ account, onClick } : AccountInfomationProps) => {
- Edit + Edit
)