From 20b086a60236ca1a64c6878d33d93a3d0d1e37f9 Mon Sep 17 00:00:00 2001 From: Kacper Cierzniewski Date: Tue, 5 May 2026 07:46:41 +0200 Subject: [PATCH] change cursor to text on the whole input --- packages/ui/src/components/input/input-root.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/components/input/input-root.module.css b/packages/ui/src/components/input/input-root.module.css index 991b4f7e..9c5a79d1 100644 --- a/packages/ui/src/components/input/input-root.module.css +++ b/packages/ui/src/components/input/input-root.module.css @@ -2,6 +2,7 @@ .input-root { display: flex; align-items: center; + cursor: text; color: var(--ax-public-input-root-color);