mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove customization for text color and hover from TextButtonContents.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
fa275a5a6b
commit
d328919ae1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user