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

Dark Mode: Update the loading screen colors (#13987)

This commit is contained in:
David Walsh 2022-03-16 17:21:34 -05:00 committed by GitHub
parent 116d6b0eb8
commit cd4deef031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@
flex: 1 1 auto;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
background: var(--color-background-alternative);
opacity: 0.8;
&__screen-content {
display: flex;