Skip to content

Commit 49ba4a5

Browse files
authored
Merge pull request velopert#65 from kossiecoder/master
fix button style in setting - increase width from 8rem to 10 rem
2 parents 8a9d5cb + 9c731bd commit 49ba4a5

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
@@ -114,7 +114,7 @@ const Section = styled.section`
114114
margin-bottom: 1rem;
115115
}
116116
button {
117-
width: 8rem;
117+
width: 10rem;
118118
}
119119
align-items: center;
120120
padding-bottom: 1.5rem;

0 commit comments

Comments
 (0)