Skip to content

Commit

Permalink
add white font to every text elem
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-art committed Sep 10, 2024
1 parent 7903cd4 commit e21d700
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clashroyalebuildabot/gui/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ def set_styles(window):
QFrame {
background-color: #1E272E;
}
QGroupBox {
color: white;
}
QCheckBox {
color: white;
}
"""
)

0 comments on commit e21d700

Please sign in to comment.