Skip to content

Commit fcfc30b

Browse files
committed
CustomToolButton: Remove background color
1 parent 16d4335 commit fcfc30b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uicomponents/CustomToolButton.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CustomButton {
1414
signal clicked()
1515
id: control
1616
font.capitalization: Font.MixedCase
17-
Material.background: Qt.rgba(foregroundColor.r, foregroundColor.g, foregroundColor.b, 0.15)
1817
Material.foreground: foregroundColor
1918
icon.color: foregroundColor
2019
onReleased: clicked()

0 commit comments

Comments
 (0)