From 25c26a63340c16a289a3541264783dcbc979efee Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Sun, 19 Oct 2025 23:46:21 -0400 Subject: [PATCH] Small color tweak to make clear button less intrusive --- Widgets/NTextInput.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Widgets/NTextInput.qml b/Widgets/NTextInput.qml index 7d81ecc0..c3fe1c9d 100644 --- a/Widgets/NTextInput.qml +++ b/Widgets/NTextInput.qml @@ -206,6 +206,7 @@ ColumnLayout { colorBg: Color.transparent colorBgHover: Color.transparent + colorFg: Color.mOnSurface colorFgHover: Color.mTertiary visible: input.text.length > 0 && !root.readOnly