Skip to content

Commit

Permalink
style: tuning. (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x authored May 24, 2024
1 parent 04a6d77 commit dc7b341
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ui/component/Contact/EditWhitelist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ListScrollWrapper = styled.div`

const ListFooterWrapper = styled.div`
height: 80px;
padding: 20px 0;
padding: 20px;
display: flex;
justify-content: center;
position: fixed;
Expand Down Expand Up @@ -163,7 +163,7 @@ const EditWhitelist = ({
<Button
type="primary"
size="large"
className="w-[215px] h-[40px] text-15"
className="w-[100%] h-[40px] text-15"
onClick={handleSaveWhitelist}
>
{t('component.Contact.EditWhitelist.save', {
Expand Down
4 changes: 2 additions & 2 deletions src/ui/component/Contact/ListModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ListScrollWrapper = styled.div`

const ListFooterWrapper = styled.div`
height: 80px;
padding: 20px 0;
padding: 20px;
display: flex;
justify-content: center;
position: fixed;
Expand Down Expand Up @@ -161,7 +161,7 @@ const ListModal = ({ visible, onOk, onCancel }: ListModalProps) => {
<Button
type="primary"
size="large"
className="w-[169px] h-[40px] text-15"
className="w-[100%] h-[40px] text-15"
onClick={handleClickEditWhitelist}
>
{t('component.Contact.ListModal.editWhitelist')}
Expand Down
2 changes: 1 addition & 1 deletion src/ui/views/SendToken/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
margin: 4px auto 0;
font-weight: 500;
.ant-input {
background: transparent;
background: transparent !important;
transition: none;
}
}
Expand Down

0 comments on commit dc7b341

Please sign in to comment.