Skip to content

Commit

Permalink
Merge pull request #282 from terra-money/ST-1151
Browse files Browse the repository at this point in the history
fixed why disabled buttons looked weird and changed the button displa…
  • Loading branch information
terencelimzhengwei authored Jan 9, 2024
2 parents 1d971d9 + 265b725 commit 0e94866
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/auth/modules/manage/ExportWalletForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ExportWalletForm = ({ walletName }: Props) => {
<SubmitButton
className={styles.form__footer}
disabled={!password || !isValid}
variant="secondary"
variant="primary"
label={t("Submit")}
/>
</FlexColumn>
Expand Down
1 change: 0 additions & 1 deletion src/styles/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ select {

:disabled {
cursor: not-allowed;
opacity: 0.5;
}

::placeholder {
Expand Down

0 comments on commit 0e94866

Please sign in to comment.