From: Camila Ayres Date: Sun, 1 Sep 2024 19:34:42 +0000 (+0200) Subject: Remove customization for text color and hover from TextButtonContents. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~216^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a91cd6915949dac87a3deda0361ec4cdb7b091be;p=nextcloud-desktop.git Remove customization for text color and hover from TextButtonContents. Signed-off-by: Camila Ayres --- diff --git a/src/gui/tray/TextButtonContents.qml b/src/gui/tray/TextButtonContents.qml index dbc3aa460..0d49e63ba 100644 --- a/src/gui/tray/TextButtonContents.qml +++ b/src/gui/tray/TextButtonContents.qml @@ -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