Skip to content

Commit 5687826

Browse files
authored
Styles: Fix "Active on Other Workspace" indicator color (#450)
1 parent 9e0a10f commit 5687826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/Application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ backgrounditem .close-button {
120120
}
121121

122122
.running-indicator:disabled {
123-
color: @text_color;
123+
color: @fg_color;
124124
}

0 commit comments

Comments
 (0)