fix: enhance layout

This commit is contained in:
2026-02-09 10:47:40 +01:00
parent 882cfc281d
commit cded5e8f00
5 changed files with 16 additions and 18 deletions

View File

@@ -55,7 +55,7 @@ const DeviceCard = ({ device, onToggle }: { device: HaEntity; onToggle: (entityI
return (
<View
className={`bg-white rounded-3xl p-5 shadow-sm border border-gray-100 w-[48%] mb-4`}
className="bg-white rounded-3xl p-5 shadow-sm border border-gray-100 w-[48%] mb-4"
style={{ aspectRatio: 1 }}
>
<View className="flex-1 justify-between">