mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-23 04:10:07 +00:00
SpinnerTiny: Fix color for dark theme
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
.loader {
|
||||
width: 16px;
|
||||
height: 12px;
|
||||
border: 2px solid #000;
|
||||
border: 2px solid $text-color;
|
||||
border-bottom-color: transparent;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user