From 53a8706f603fbb24663d80d7362ea523584ac0bf Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Sun, 19 Oct 2025 23:52:27 -0400 Subject: [PATCH] Another small color tweak --- Widgets/NTextInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NTextInput.qml b/Widgets/NTextInput.qml index c3fe1c9d..6043a51d 100644 --- a/Widgets/NTextInput.qml +++ b/Widgets/NTextInput.qml @@ -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