crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 3f5810eded37da9e371965c9160e00c2fd3c89e1
parent 567baccc7a82efc3f66299a2400be3564ee183f9
Author: Michael Camilleri <[email protected]>
Date:   Sun, 24 May 2026 07:16:08 +0900

Change symbol for info announcements

Diffstat:
MCrossmate/Views/AnnouncementBanner.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crossmate/Views/AnnouncementBanner.swift b/Crossmate/Views/AnnouncementBanner.swift @@ -56,7 +56,7 @@ struct AnnouncementBanner: View { /// cue that reads at a glance even before the text does. private func iconName(for severity: Announcement.Severity) -> String { switch severity { - case .info: return "info.circle.fill" + case .info: return "megaphone.fill" case .warning: return "exclamationmark.triangle.fill" case .error: return "xmark.octagon.fill" }