Make show custom button more visible in darkmode

CURA-10782
This commit is contained in:
Casper Lamboo 2023-07-25 13:34:29 +02:00 committed by GitHub
parent 75085ccb1b
commit 23d79de4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,6 @@ Flickable
anchors.right: parent.right
text: catalog.i18nc("@button", "Show Custom")
textFont: UM.Theme.getFont("medium_bold")
outlineColor: "transparent"
onClicked: onModeChanged()
}
}