Skip to content

Commit

Permalink
Merge pull request #1201 from DroidKaigi/ios-specify-background-color
Browse files Browse the repository at this point in the history
[iOS] Set background colors for unset views
  • Loading branch information
ry-itto authored Sep 13, 2023
2 parents 7345638 + 895a606 commit 17091ba
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 17091ba

Please sign in to comment.