Update compound and remove all of the temporary icons (#2419)

* Update compound and fix breaking changes.

* Replace a lot of temporary icon assets with Compound versions.

* Replace temporary composer icon assets with Compound versions.

* Remove old icon asset from EI.

* Use Compound icons where possible for hero images.

* Snapshots
This commit is contained in:
Doug
2024-02-05 16:03:13 +00:00
committed by GitHub
parent 6c881932e6
commit 2e37817215
216 changed files with 306 additions and 1342 deletions

View File

@@ -40,7 +40,8 @@ struct ServerSelectionScreen: View {
/// The title, message and icon at the top of the screen.
var header: some View {
VStack(spacing: 8) {
HeroImage(image: Image(asset: Asset.Images.serverSelectionIcon), insets: 19)
Image(asset: Asset.Images.serverSelectionIcon)
.heroImage(insets: 19)
.padding(.bottom, 8)
Text(L10n.screenChangeServerTitle)