aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml')
-rw-r--r--share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml b/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
index c75fad53e7e..d888733cb5f 100644
--- a/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
+++ b/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
@@ -23,7 +23,7 @@ Button {
color: Theme.Colors.backgroundPrimary
implicitWidth: 100
implicitHeight: 35
- border.color: Theme.Colors.foregroundSecondary
+ border.color: Theme.Colors.foregroundPrimary
anchors.fill: parent
}
@@ -80,7 +80,7 @@ Button {
PropertyChanges {
target: buttonBackground
color: Theme.Colors.backgroundPrimary
- border.color: Theme.Colors.disabledLink
+ border.color: Theme.Colors.foregroundSecondary
}
PropertyChanges {
target: textItem