1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

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

This commit is contained in:
ryanml 2022-09-22 07:56:51 -07:00 committed by GitHub
parent 6638e5333b
commit d01eeaf519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */