Skip to content

Commit 6520683

Browse files
UdjinM6codablock
authored andcommitted
Fix menu bar text color in Dark theme (#3236)
1 parent 7331d4e commit 6520683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/res/css/dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ background-color: #333;
2222

2323
QMenuBar::item {
2424
background-color: #333;
25+
color: #ccc;
2526
}
2627

2728
QMenuBar::item:selected {

0 commit comments

Comments
 (0)