There was an error while loading. Please reload this page.
1 parent 16d4335 commit fcfc30bCopy full SHA for fcfc30b
src/uicomponents/CustomToolButton.qml
@@ -14,7 +14,6 @@ CustomButton {
14
signal clicked()
15
id: control
16
font.capitalization: Font.MixedCase
17
- Material.background: Qt.rgba(foregroundColor.r, foregroundColor.g, foregroundColor.b, 0.15)
18
Material.foreground: foregroundColor
19
icon.color: foregroundColor
20
onReleased: clicked()
0 commit comments