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
)