From e920bd954c9eb1861f0ef0c35f19b43524b4cdce Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 14 Dec 2024 19:25:04 +0800 Subject: [PATCH] :bug: Fix widget size --- ios/SolarWidget/CheckInWidget.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/SolarWidget/CheckInWidget.swift b/ios/SolarWidget/CheckInWidget.swift index 5011de5..dc4c63e 100644 --- a/ios/SolarWidget/CheckInWidget.swift +++ b/ios/SolarWidget/CheckInWidget.swift @@ -125,7 +125,7 @@ struct CheckInWidget: Widget { } .configurationDisplayName("Check In") .description("View your today's fortune on your home screen") - .supportedFamilies([.systemSmall]) + .supportedFamilies([.systemSmall, .systemMedium]) } }