Skip to content

Commit 5f7ea6b

Browse files
authored
Fix/input text padding (#563)
* Fix/input styling for better alignment and padding * chore: update version to 1.36.6 in package.json
1 parent 1961469 commit 5f7ea6b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperplay/ui",
3-
"version": "1.36.5",
3+
"version": "1.36.6",
44
"license": "LGPL-3.0-only",
55
"scripts": {
66
"dev": "vite",

src/components/TextInput/TextInput.module.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@
1818
.section {
1919
position: relative;
2020
}
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

Comments
 (0)