fix: enhance layout
This commit is contained in:
@@ -158,7 +158,7 @@ export default function AutomationScreen() {
|
||||
areaData: JSON.stringify(area),
|
||||
}
|
||||
})}
|
||||
className="bg-white rounded-3xl p-5 shadow-sm border border-gray-100 active:scale-[0.98] w-[48%] mb-4 aspect-square"
|
||||
className="bg-white aspect-square rounded-3xl p-5 shadow-sm border border-gray-100 active:scale-[0.98] w-[48%] mb-4"
|
||||
>
|
||||
<View className="flex-1 justify-between">
|
||||
<View className={`${bgColor} w-14 h-14 items-center justify-center rounded-2xl`}>
|
||||
|
||||
Reference in New Issue
Block a user