mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
974491a3cf
* remove white, black and gray color tokens * Update ui/pages/first-time-flow/seed-phrase/reveal-seed-phrase/reveal-seed-phrase.component.js Co-authored-by: George Marshall <george.marshall@consensys.net> * Add RevealSeedPhrase story Co-authored-by: George Marshall <george.marshall@consensys.net>
13 lines
190 B
SCSS
13 lines
190 B
SCSS
.snap-remove-warning {
|
|
color: var(--color-text-default);
|
|
|
|
&__footer-button {
|
|
height: 40px;
|
|
margin-inline-end: 24px;
|
|
|
|
&:last-of-type {
|
|
margin-inline-end: 0;
|
|
}
|
|
}
|
|
}
|