🐛 Fix widget size

This commit is contained in:
LittleSheep 2024-12-14 19:25:04 +08:00
parent e395ac87c5
commit e920bd954c

View File

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