Fix button theme.

This commit is contained in:
Adam Treat 2023-04-23 23:57:41 -04:00
parent e4db8e2ac5
commit a092409192

View File

@ -173,7 +173,10 @@ Dialog {
Button { Button {
id: downloadButton id: downloadButton
contentItem: Text {
color: theme.textColor
text: downloading ? "Cancel" : "Download" text: downloading ? "Cancel" : "Download"
}
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right anchors.right: parent.right
anchors.rightMargin: 10 anchors.rightMargin: 10