Skip to content

Commit

Permalink
Change Font Size
Browse files Browse the repository at this point in the history
  • Loading branch information
dslrsiddesh committed Dec 20, 2023
1 parent 5c3b87d commit 4bc381a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ui/qss/light.qss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ QMainWindow {
padding: 2.5px 10px;
border-radius: 5px;
color: #382F27;
font: 18px;
font: 14px;
margin-right: 10px;
margin-bottom: 5px;
font-weight: 500;
}
.add-btn:hover {
Expand Down Expand Up @@ -146,7 +148,7 @@ QLineEdit {
border-radius: 4px;
padding: 2px 5px;
color: #382F27;
background-color: #FFF6ED;
background-color: #ffffff;
margin: 0px 15px 5px 0px;
selection-background-color: #AA8F75;
}
Expand Down Expand Up @@ -175,8 +177,10 @@ QComboBox {
border-radius: 4px;
padding: 2px 5px;
color: #382F27;
background-color: #FFF6ED;
background-color: #ffffff;
margin: 0px 15px 5px 0px;
font: 15px;
font-weight: 400;
selection-background-color: #AA8F75;
}

Expand Down

0 comments on commit 4bc381a

Please sign in to comment.