mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Dark Mode: Update the loading screen colors (#13987)
This commit is contained in:
parent
116d6b0eb8
commit
cd4deef031
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user