1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Dark mode: first time flow icons (#14160)

This commit is contained in:
George Marshall 2022-03-23 17:05:55 -07:00 committed by GitHub
parent 7ffc68a518
commit 351a51d4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 16 deletions

View File

@ -1,7 +0,0 @@
<svg fill="none" height="40" width="40" xmlns="http://www.w3.org/2000/svg">
<g fill="#979797">
<rect height="4.571" rx="2.286" transform="rotate(180 40 40)" width="40" x="40" y="40"/>
<rect height="21.714" rx="2.051" transform="rotate(180 22.564 21.714)" width="4.103" x="22.564" y="21.714"/>
<path d="M20.5 30L7.077 12h26.846z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 375 B

View File

@ -1,6 +0,0 @@
<svg fill="none" height="40" width="40" xmlns="http://www.w3.org/2000/svg">
<g fill="#979797">
<rect height="4" rx="2" width="40" y="18"/>
<rect height="40" rx="2" width="4" x="18"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 219 B

View File

@ -44,7 +44,7 @@
}
&__button-symbol {
color: var(--color-icon-default);
color: var(--color-icon-muted);
margin-top: 41px;
}

View File

@ -50,7 +50,7 @@ export default class SelectAction extends PureComponent {
<div className="select-action__select-button">
<div className="select-action__button-content">
<div className="select-action__button-symbol">
<img src="./images/download-alt.svg" alt="" />
<i className="fa fa-download fa-2x" />
</div>
<div className="select-action__button-text-big">
{t('noAlreadyHaveSeed')}
@ -70,7 +70,7 @@ export default class SelectAction extends PureComponent {
<div className="select-action__select-button">
<div className="select-action__button-content">
<div className="select-action__button-symbol">
<img src="./images/thin-plus.svg" alt="" />
<i className="fa fa-plus fa-2x" />
</div>
<div className="select-action__button-text-big">
{t('letsGoSetUp')}