Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/components/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@

/* Secondary + Stretch 조합 (39px 높이 유지) */
.secondary.size-stretch {
height: 39px;
padding: 7px 16px;
border-radius: 6px;
font-size: var(--font-size-16);
font-weight: var(--font-weight-regular);
height: 56px;
padding: 14px 24px;
border-radius: 12px;
font-size: var(--font-size-18);
font-weight: var(--font-weight-bold);
letter-spacing: -0.16px;
line-height: 26px;
}
Expand Down
Loading