Skip to content

Commit 895598a

Browse files
committed
[PC-782] Fix: MatchingTimer 불필요한 패딩 값 제거
1 parent 717b137 commit 895598a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Presentation/Feature/MatchingMain/Sources/MatchingTimer.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ struct MatchingTimer: View {
2424
.pretendard(.body_S_M)
2525
.foregroundStyle(Color.grayscaleLight1)
2626
.padding(.vertical, 12)
27-
.padding(.horizontal, 33)
28-
.frame(maxWidth: .infinity)
27+
.frame(maxWidth: .infinity, maxHeight: 44)
2928
.background(
3029
Rectangle()
3130
.foregroundStyle(Color.grayscaleWhite.opacity(0.1))

0 commit comments

Comments
 (0)