Skip to content

Commit

Permalink
feat(select-button): 글자 중앙정렬 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sgd122 committed Jan 16, 2024
1 parent 799a231 commit c0084f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default createStyles((theme) => {
display: "flex",
alignItems: "center",
justifyContent: "center",
textAlign: "center",
height: "44px",
color: colors.primary3,
border: `1px solid ${colors.outline}`,
Expand Down

0 comments on commit c0084f2

Please sign in to comment.