Fix button theme.

This commit is contained in:
Adam Treat 2023-04-23 23:57:41 -04:00
parent f355603d18
commit 3c68b01034

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