Skip to content

Commit

Permalink
fix wallet loading failure icon color in tab label when using dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed May 9, 2024
1 parent cd4edab commit 1187925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/com/sparrowwallet/sparrow/darktheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ HorizontalHeaderColumn > TableColumnHeader.column-header.table-column{
-fx-bar-fill: rgba(135, 138, 149, 0.5);
}

.tab-label .failure {
-fx-fill: #e06c75;
.root .tab-pane > .tab-header-area > .headers-region > .tab .tab-label .glyph-font.failure {
-fx-text-fill: #e06c75;
}

.status-bar .tor-status.failure .glyph-font {
Expand Down

0 comments on commit 1187925

Please # to comment.