Fix broken error message UI on incorrect private key format (#15940)

feature/default_network_editable
ryanml 2 years ago committed by GitHub
parent 6638e5333b
commit d01eeaf519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/css/base-styles.scss

@ -31,16 +31,14 @@ html {
/*
This error class is used in the following files still:
/ui/pages/create-account/connect-hardware/index.js
/ui/pages/create-account/import-account/json.js
/ui/pages/create-account/import-account/private-key.js
/ui/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js
/ui/pages/keychains/restore-vault.js
*/
.error {
color: var(--color-error-default);
margin-top: 3px;
margin-bottom: 9px;
overflow-wrap: anywhere;
}
/* stylelint-disable */

Loading…
Cancel
Save