Skip to content

Commit

Permalink
fix(gui): QStatusBar css
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Sep 29, 2023
1 parent ad0c0eb commit 09800cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/res/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ QSlider::add-page:horizontal {
QStatusBar
******************************************************/

QStatusBar::item {
QStatusBar {
background-color: #323233;
color: #c7c7c7;
}
Expand Down
2 changes: 1 addition & 1 deletion src/qt/res/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ QSlider::add-page:horizontal {
QStatusBar
******************************************************/

QStatusBar::item {
QStatusBar {
background-color: #f2f2f4;
color: #555;
}
Expand Down

0 comments on commit 09800cf

Please sign in to comment.