Skip to content

Commit

Permalink
fix: loader color
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Jan 9, 2025
1 parent 7f5b568 commit fad8cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ body {
@selector-button: ~'.ui.button:not(.primary):not(.positive):not(.negative):not(.inverted)@{selector-not-colored}';
@selector-label: ~'.ui.label:not(.basic)@{selector-not-colored}';

.ui.basic.label@{selector-not-colored} {
.ui.basic.label@{selector-not-colored},
.ui.inverted.dimmer .ui.loader {
color: var(--theme-foreground) !important;
}

Expand Down

0 comments on commit fad8cd7

Please sign in to comment.