Skip to content

Commit 9591ef7

Browse files
committed
[FIX] #34 foregroundColor to foregroundStyle
1 parent 10ce04f commit 9591ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dietto/Dietto/Presentation/Onboarding/View/LastView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct LastView: View {
2626
+ Text("\n 응원합니다!")
2727
}
2828
}.multilineTextAlignment(.center)
29-
.foregroundColor(.appMain)
29+
.foregroundStyle(.appMain)
3030
.font(.pretendardBlack24)
3131
// VStack {
3232
// Spacer()

0 commit comments

Comments
 (0)