Skip to content

Commit

Permalink
style(ui): Add align-items (#240)
Browse files Browse the repository at this point in the history
* style: Add align items

* cs
  • Loading branch information
Brokyeom authored Jan 16, 2025
1 parent 70f7b6b commit 6ecc11d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-pigs-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

Add align-items
1 change: 1 addition & 0 deletions packages/ui/Input/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const label = style({

export const inputWrapper = style({
'display': 'flex',
'alignItems': 'center',
'background': theme.colors.gray800,
'border': '1px solid transparent',
'borderRadius': '10px',
Expand Down

0 comments on commit 6ecc11d

Please sign in to comment.