mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🐛 bug: fix bug in Account Page
This commit is contained in:
@@ -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 {
|
||||
|
@@ -47,7 +47,7 @@ const AccountInfomation = ({ account, onClick } : AccountInfomationProps) => {
|
||||
</div>
|
||||
|
||||
<div className={s.editInfoBtn}>
|
||||
<ButtonCommon onClick={showEditForm} type="light">Edit</ButtonCommon>
|
||||
<ButtonCommon onClick={showEditForm} type="light" size="small">Edit</ButtonCommon>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
|
Reference in New Issue
Block a user