Skip to content

Commit

Permalink
gui / tooltips: fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w committed Nov 22, 2024
1 parent a04d921 commit 95fc0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/style/qss/generic/global.qss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QAbstractSpinBox {

QToolTip {
color: &white&;
background-color: &background_subtle&;
background-color: &black&;
border-radius: &radius_1&;
border: &border_width_interactive& solid &interactive_subtle_idle&;
padding: 2;
Expand Down

0 comments on commit 95fc0b7

Please sign in to comment.