fix: enhance layout
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user