Another small color tweak

This commit is contained in:
Corey Woodworth
2025-10-19 23:52:27 -04:00
parent 25c26a6334
commit 53a8706f60
+1 -1
View File
@@ -207,7 +207,7 @@ ColumnLayout {
colorBg: Color.transparent
colorBgHover: Color.transparent
colorFg: Color.mOnSurface
colorFgHover: Color.mTertiary
colorFgHover: Color.mError
visible: input.text.length > 0 && !root.readOnly
enabled: input.text.length > 0 && !root.readOnly