Skip to content

Commit

Permalink
correcting text color values segmented button
Browse files Browse the repository at this point in the history
Signed-off-by: KhalilSelyan <[email protected]>
  • Loading branch information
KhalilSelyan committed May 17, 2024
1 parent 3cb4b1a commit b3b76b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CustomSegmentedButtonItem::CustomSegmentedButtonItem(const QString & text, QWidg
: QPushButton(text, parent),
bgColor("#0F1417"),
checkedBgColor("#354A54"),
inactiveTextColor("#8a9297"),
activeTextColor("#d0e6f2"),
inactiveTextColor("#DFE3E7"),
activeTextColor("#D0E6F2"),
isHovered(false),
isActivated(false),
isDisabled(false)
Expand Down

0 comments on commit b3b76b0

Please sign in to comment.