Skip to content
Snippets Groups Projects
Commit 56b1358f authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Resolve "Fix loaders in dark theme"

parent 9b3f90a7
No related branches found
No related tags found
No related merge requests found
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
......@@ -47,6 +47,7 @@ $bottom-player-height: 4rem;
@import "./components/_track_table.scss";
@import "./components/_user_link.scss";
@import "./components/_volume_control.scss";
@import "./components/_loaders.scss";
@import "./pages/_about.scss";
@import "./pages/_admin_account_detail.scss";
......
.ui.dimmer {
background-color: var(--dimmer-background);
}
.ui.loading.form:before {
background-color: var(--dimmer-background);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment