mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
fix wallet loading failure icon color in tab label when using dark theme
This commit is contained in:
parent
cd4edab4ae
commit
1187925543
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue