Skip to content

Commit

Permalink
B1
Browse files Browse the repository at this point in the history
fix trips sections
fix ui/ux
  • Loading branch information
jopolaz committed Aug 4, 2021
1 parent cdc3841 commit edd3ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/YLOnBoarding/YLOnBoardingRow.swift
Expand Up @@ -25,7 +25,7 @@ struct YLOnBoardingRow: View {
image
.font(.title)
.foregroundColor(style.accentColor)
//.frame(maxWidth: 40, alignment: .center)
.frame(maxWidth: 35, alignment: .center)
VStack(alignment: .leading) {
Text(LocalizedStringKey(item.title))
.font(.headline)
Expand Down

0 comments on commit edd3ed8

Please sign in to comment.