Skip to content

Commit 9c731bd

Browse files
author
Mike Kang
committed
fix button style in setting - increase width from 8rem to 10 rem
1 parent 362c764 commit 9c731bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/setting/SettingUserProfile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const Section = styled.section`
113113
margin-bottom: 1rem;
114114
}
115115
button {
116-
width: 8rem;
116+
width: 10rem;
117117
}
118118
align-items: center;
119119
padding-bottom: 1.5rem;

0 commit comments

Comments
 (0)