summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/SsrfButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/SsrfButton.qml')
-rw-r--r--mobile-widgets/qml/SsrfButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/SsrfButton.qml b/mobile-widgets/qml/SsrfButton.qml
index bd1dffe8f..1584198fa 100644
--- a/mobile-widgets/qml/SsrfButton.qml
+++ b/mobile-widgets/qml/SsrfButton.qml
@@ -13,6 +13,7 @@ Button {
height: buttonText.height * 2
}
contentItem: Text {
+ id: buttonText
text: root.text
anchors.centerIn: buttonBackground
color: root.pressed ? subsurfaceTheme.darkerPrimaryTextColor :subsurfaceTheme.primaryTextColor