From d516dd8be4b018c799cb8c1db7efe197ba8f56d3 Mon Sep 17 00:00:00 2001 From: zach Date: Fri, 19 Jun 2026 14:06:31 +0200 Subject: [PATCH] fix text input --- Components/CustomTextField.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Components/CustomTextField.qml b/Components/CustomTextField.qml index 4c299de..ae7ee94 100644 --- a/Components/CustomTextField.qml +++ b/Components/CustomTextField.qml @@ -27,7 +27,6 @@ TextField { property bool disableBlink color: DynamicColors.palette.m3primary - height: root.cursorHeight implicitWidth: 2 radius: Appearance.rounding.normal