Skip to content

Commit 3db89f3

Browse files
committed
SpinnerTiny: Fix color for dark theme
1 parent d379d3f commit 3db89f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/SpinnerTiny.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.loader {
1313
width: 16px;
1414
height: 12px;
15-
border: 2px solid #000;
15+
border: 2px solid $text-color;
1616
border-bottom-color: transparent;
1717
border-radius: 50%;
1818
display: inline-block;

0 commit comments

Comments
 (0)