Skip to content

Commit

Permalink
specify background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Sep 12, 2023
1 parent f5e04b0 commit 895a606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-ios/Modules/Sources/About/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public struct AboutView<ContributorView: View, StaffView: View, SponsorView: Vie
}
.padding(16)
}
.background(AssetColors.Surface.surface.swiftUIColor)
.navigationTitle(L10n.About.title)
.navigationDestination(for: AboutRouting.self) { routing in
switch routing {
Expand Down
1 change: 1 addition & 0 deletions app-ios/Modules/Sources/FloorMap/FloorMapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public struct FloorMapView: View {
}
}
}
.background(AssetColors.Surface.surface.swiftUIColor)
.navigationTitle("Floor Map")
}
}
Expand Down

0 comments on commit 895a606

Please sign in to comment.