From 42c3a298518d7c85c5cc8382390aa680f192cdd8 Mon Sep 17 00:00:00 2001 From: Biliane Silva <61093873+biliesilva@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:32:10 +0100 Subject: [PATCH 1/2] Fix/input styling for better alignment and padding --- src/components/TextInput/TextInput.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/TextInput/TextInput.module.scss b/src/components/TextInput/TextInput.module.scss index c303a7fe..ea28cda6 100644 --- a/src/components/TextInput/TextInput.module.scss +++ b/src/components/TextInput/TextInput.module.scss @@ -18,3 +18,10 @@ .section { position: relative; } + +.input { + display: flex; + align-items: center; + padding: var(--space-xs) var(--space-md); + height: var(--space-md); +} From a808a347ee576fe9cacaeac6a842ff0808e03f25 Mon Sep 17 00:00:00 2001 From: Biliane Silva <61093873+biliesilva@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:39:17 +0100 Subject: [PATCH 2/2] chore: update version to 1.36.6 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28b42f6c..3dcee87a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperplay/ui", - "version": "1.36.5", + "version": "1.36.6", "license": "LGPL-3.0-only", "scripts": { "dev": "vite",