Skip to content

Commit

Permalink
Remove customization for text color and hover from TextButtonContents.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <hello@camilasan.com>
  • Loading branch information
camilasan committed Sep 1, 2024
1 parent 4446e3f commit a9c836a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/tray/TextButtonContents.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ import Style

EnforcedPlainTextLabel {
property bool hovered: false
property color textColor: palette.windowText
property color textColorHovered: palette.midlight
property bool bold: false

font.underline: true
font.bold: bold
color: hovered ? textColorHovered : textColor

horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter
Expand Down

0 comments on commit a9c836a

Please sign in to comment.