diff --git a/.changeset/shaggy-pigs-look.md b/.changeset/shaggy-pigs-look.md new file mode 100644 index 0000000..ee81e75 --- /dev/null +++ b/.changeset/shaggy-pigs-look.md @@ -0,0 +1,5 @@ +--- +'@sopt-makers/ui': patch +--- + +Add align-items diff --git a/packages/ui/Input/style.css.ts b/packages/ui/Input/style.css.ts index f903e22..3ccb19c 100644 --- a/packages/ui/Input/style.css.ts +++ b/packages/ui/Input/style.css.ts @@ -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',