Skip to content

Commit

Permalink
Change white-bg color back to old relaxed white bg, f8f9fa
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Oct 3, 2024
1 parent 612acdb commit 94760cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/python/plotlyst/view/style/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}}
QWidget[white-bg=true] {{
background-color: #FcFcFc;
background-color: #f8f9fa;
}}
QWidget[relaxed-white-bg=true] {{
Expand Down Expand Up @@ -84,7 +84,7 @@
}}
QFrame[white-bg=true] {{
background-color: #FcFcFc;
background-color: #f8f9fa;
}}
QFrame[rounded=true] {{
Expand Down

0 comments on commit 94760cd

Please sign in to comment.