We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc3841 commit edd3ed8Copy full SHA for edd3ed8
Sources/YLOnBoarding/YLOnBoardingRow.swift
@@ -25,7 +25,7 @@ struct YLOnBoardingRow: View {
25
image
26
.font(.title)
27
.foregroundColor(style.accentColor)
28
- //.frame(maxWidth: 40, alignment: .center)
+ .frame(maxWidth: 35, alignment: .center)
29
VStack(alignment: .leading) {
30
Text(LocalizedStringKey(item.title))
31
.font(.headline)
0 commit comments