Skip to content

Commit

Permalink
Refine icons wall appearance (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinneko authored Oct 25, 2023
1 parent bf1f632 commit 1d9b92e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ struct IconsView: View {
}
}
}
.padding(16)
.frame(maxWidth: .infinity)
}
.navigationBarTitle("Icons")
}
Expand Down

0 comments on commit 1d9b92e

Please sign in to comment.