Skip to content

Commit 6cca016

Browse files
committed
Fix: 프로필 버튼 UI 수정
1 parent 4a35f20 commit 6cca016

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/Profile/ButtonSecondary/styles.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { styled } from 'styled-components';
22

33
export const Button = styled.button`
4-
width: 100%;
4+
width: 90%;
55
margin: 1rem auto;
66
height: 3.1rem;
77
text-align: center;
@@ -11,4 +11,5 @@ export const Button = styled.button`
1111
border: 0.0625rem solid;
1212
border-radius: 0.625rem;
1313
padding: 0.625rem;
14+
padding-inline: 1rem;
1415
`;

0 commit comments

Comments
 (0)