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

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 116d6b0eb8
commit cd4deef031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui/components/ui/loading-screen/index.scss

@ -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…
Cancel
Save