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:
@@ -66,7 +66,7 @@ struct AppLockScreen: View {
|
||||
|
||||
var header: some View {
|
||||
VStack(spacing: 8) {
|
||||
CompoundIcon(\.lock, size: .medium, relativeTo: .compound.headingMDBold)
|
||||
CompoundIcon(\.lockSolid, size: .medium, relativeTo: .compound.headingMDBold)
|
||||
.padding(.bottom, 8)
|
||||
.accessibilityHidden(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user