Adopt the new start chat button design. (#4013)

* Update compound and handle plain to tertiary/textLink button style updates.

* Update the start chat button to use the right icon/style.

* Update preview snapshots.

* Fix remaining snapshots.
This commit is contained in:
Doug
2025-04-11 17:09:57 +01:00
committed by GitHub
parent 2785d2a44b
commit 70fde932a4
176 changed files with 385 additions and 363 deletions

View File

@@ -167,7 +167,7 @@ private struct PollFormOptionRow: View {
CompoundIcon(\.delete)
}
.disabled(!canDeleteItem)
.buttonStyle(.compound(.plain))
.buttonStyle(.compound(.textLink))
.accessibilityLabel(L10n.actionRemove)
}