Skip to content

Commit

Permalink
Updating alert text color (MetaMask#14674)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall authored May 10, 2022
1 parent f47d02b commit 23f4b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@include H7;

font-weight: 500;
color: var(--color-text-allternative);
color: var(--color-text-alternative);
text-transform: uppercase;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { attemptLedgerTransportCreation } from '../../../store/actions';
const renderInstructionStep = (
text,
show = true,
color = COLORS.PRIMARY_DEFAULT,
color = COLORS.TEXT_DEFAULT,
) => {
return (
show && (
Expand Down

0 comments on commit 23f4b58

Please sign in to comment.