Skip to content

Commit

Permalink
fix(Select): border 유무에 따라 size가 변형되지 않도록 수정합니다. (#183)
Browse files Browse the repository at this point in the history
* fix(Select): border 유무에 따라 size 변형되지 않도록 수정

* add changeset

---------

Co-authored-by: HyeongKyeom Kim <[email protected]>
  • Loading branch information
jungwoo3490 and Brokyeom authored Oct 28, 2024
1 parent 199174f commit 7297d43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sharp-boats-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

Fix Select border issue
2 changes: 1 addition & 1 deletion packages/ui/Input/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const textarea = style({
});

export const focus = style({
border: `1px solid ${theme.colors.gray200}`,
boxShadow: `0 0 0 1px ${theme.colors.gray200}`,
outline: 'none',
});

Expand Down

0 comments on commit 7297d43

Please sign in to comment.