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 {
id: downloadButton
text: downloading ? "Cancel" : "Download"
contentItem: Text {
color: theme.textColor
text: downloading ? "Cancel" : "Download"
}
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
anchors.rightMargin: 10