More tweaking

This commit is contained in:
David Heinemeier Hansson
2026-05-18 22:00:09 +02:00
parent e8bfdbb13b
commit 74f71236e0
3 changed files with 227 additions and 152 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ Rectangle {
anchors.centerIn: parent
text: root.iconText
color: root.enabled
? (root._hot ? root.hoverColor : Qt.darker(root.foreground, 1.3))
? (root._hot ? root.hoverColor : root.foreground)
: Qt.darker(root.foreground, 2.0)
font.family: root.fontFamily
font.pixelSize: root.fontSize