We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1961469 commit 5f7ea6bCopy full SHA for 5f7ea6b
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyperplay/ui",
3
- "version": "1.36.5",
+ "version": "1.36.6",
4
"license": "LGPL-3.0-only",
5
"scripts": {
6
"dev": "vite",
src/components/TextInput/TextInput.module.scss
@@ -18,3 +18,10 @@
18
.section {
19
position: relative;
20
}
21
+
22
+.input {
23
+ display: flex;
24
+ align-items: center;
25
+ padding: var(--space-xs) var(--space-md);
26
+ height: var(--space-md);
27
+}
0 commit comments