Update Compound (#3803)

This commit is contained in:
Doug
2025-02-20 14:15:26 +00:00
committed by GitHub
parent 442b4cc46b
commit 772e754773
47 changed files with 86 additions and 86 deletions

View File

@@ -27,7 +27,7 @@ struct EditRoomAddressScreen: View {
} footer: {
VStack(alignment: .leading, spacing: 12) {
if let errorDescription = context.viewState.aliasErrors.errorDescription {
Label(errorDescription, icon: \.error, iconSize: .xSmall, relativeTo: .compound.bodySM)
Label(errorDescription, icon: \.errorSolid, iconSize: .xSmall, relativeTo: .compound.bodySM)
.foregroundStyle(.compound.textCriticalPrimary)
.font(.compound.bodySM)
}