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:
parent
f47d02b72a
commit
23f4b58dca
@ -9,7 +9,7 @@
|
|||||||
@include H7;
|
@include H7;
|
||||||
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--color-text-allternative);
|
color: var(--color-text-alternative);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ import { attemptLedgerTransportCreation } from '../../../store/actions';
|
|||||||
const renderInstructionStep = (
|
const renderInstructionStep = (
|
||||||
text,
|
text,
|
||||||
show = true,
|
show = true,
|
||||||
color = COLORS.PRIMARY_DEFAULT,
|
color = COLORS.TEXT_DEFAULT,
|
||||||
) => {
|
) => {
|
||||||
return (
|
return (
|
||||||
show && (
|
show && (
|
||||||
|
Loading…
Reference in New Issue
Block a user