1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Updating alert text color (#14674)

This commit is contained in:
George Marshall 2022-05-10 10:28:30 -07:00 committed by GitHub
parent f47d02b72a
commit 23f4b58dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
@include H7;
font-weight: 500;
color: var(--color-text-allternative);
color: var(--color-text-alternative);
text-transform: uppercase;
}

View File

@ -38,7 +38,7 @@ import { attemptLedgerTransportCreation } from '../../../store/actions';
const renderInstructionStep = (
text,
show = true,
color = COLORS.PRIMARY_DEFAULT,
color = COLORS.TEXT_DEFAULT,
) => {
return (
show && (