Skip to content

Commit edd3ed8

Browse files
committed
B1
fix trips sections fix ui/ux
1 parent cdc3841 commit edd3ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YLOnBoarding/YLOnBoardingRow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct YLOnBoardingRow: View {
2525
image
2626
.font(.title)
2727
.foregroundColor(style.accentColor)
28-
//.frame(maxWidth: 40, alignment: .center)
28+
.frame(maxWidth: 35, alignment: .center)
2929
VStack(alignment: .leading) {
3030
Text(LocalizedStringKey(item.title))
3131
.font(.headline)

0 commit comments

Comments
 (0)