fix wallet loading failure icon color in tab label when using dark theme

This commit is contained in:
Craig Raw 2024-05-09 14:42:13 +02:00
parent cd4edab4ae
commit 1187925543

View file

@ -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 {