From 1187925543c8ec40555fe2841ef9fd8ce18881bb Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Thu, 9 May 2024 14:42:13 +0200 Subject: [PATCH] fix wallet loading failure icon color in tab label when using dark theme --- src/main/resources/com/sparrowwallet/sparrow/darktheme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/sparrowwallet/sparrow/darktheme.css b/src/main/resources/com/sparrowwallet/sparrow/darktheme.css index 87575cb4..f7d1c59c 100644 --- a/src/main/resources/com/sparrowwallet/sparrow/darktheme.css +++ b/src/main/resources/com/sparrowwallet/sparrow/darktheme.css @@ -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 {