Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Change the spcaes between horizontal map pics slide
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitanov committed Jun 16, 2022
1 parent 90868b2 commit 4140d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct MapImagesHorizontalScrollingView: View {
var body: some View {
if viewModel.roomImageMapping.count > 0 {
ScrollView(.horizontal, showsIndicators: true) {
HStack(spacing: 30) {
HStack(spacing: 10) {
ForEach(viewModel.roomImageMapping, id: \.id) { map in
GeometryReader { geometry in
if let link = viewModel.getImageURL(imageMappingId: map.id) {
Expand Down

0 comments on commit 4140d9a

Please sign in to comment.