Skip to content

Commit

Permalink
Clean up styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Aug 11, 2022
1 parent 0d4d857 commit 20bd71a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const InputContainer = styled.div`
width: 100%;
justify-content: baseline;
padding: 20px;
box-sizing: border-box;
input {
width: 96%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export const SettingsWalletSettings = ({ password }: Props): JSX.Element => {
<Button
onClick={handleKeplrSuggestChainClick}
variant={ButtonVariant.Outlined}
style={{ width: "100%" }}
disabled={keplrChainState === KeplrChainState.Adding}
>
Add Chain to Keplr
Expand All @@ -236,7 +235,6 @@ export const SettingsWalletSettings = ({ password }: Props): JSX.Element => {
<Button
onClick={handleKeplrEnableClick}
variant={ButtonVariant.Outlined}
style={{ width: "100%" }}
disabled={
keplrConnectionState === KeplrConnectionState.Connecting
}
Expand Down

0 comments on commit 20bd71a

Please sign in to comment.