summaryrefslogtreecommitdiffstats
path: root/resources/qml/components/TextButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/components/TextButton.qml')
-rw-r--r--resources/qml/components/TextButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/components/TextButton.qml b/resources/qml/components/TextButton.qml
index a37f3aee..68299332 100644
--- a/resources/qml/components/TextButton.qml
+++ b/resources/qml/components/TextButton.qml
@@ -12,8 +12,8 @@ AbstractButton {
id: button
property alias cursor: mouseArea.cursorShape
- property color highlightColor: Nheko.colors.highlight
- property color buttonTextColor: Nheko.colors.buttonText
+ property color highlightColor: timelineRoot.palette.highlight
+ property color buttonTextColor: timelineRoot.palette.buttonText
focusPolicy: Qt.NoFocus
width: buttonText.implicitWidth