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", 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); +}