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]) } }