Skip to content

Commit

Permalink
Update font size and style for QPushButton
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Jul 27, 2024
1 parent 2d21c93 commit b5b4451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ QCheckBox {
}

QPushButton {
font-size: 12pt;
font-size: 9pt;
padding: 10px;
background-color: #f9d039;
color: #ffffff;
border: none;
border-radius: 5px;
font: bold;
}

QPushButton:hover {
Expand Down

0 comments on commit b5b4451

Please sign in to comment.