Update icons with pointerEvents="none" and upgrade lucide-react-native to v0.563.0
This commit is contained in:
@@ -95,7 +95,7 @@ export default function AutomationScreen() {
|
||||
contentContainerClassName="flex-grow items-center justify-center pb-[100px]"
|
||||
refreshControl={<RefreshControl refreshing={refreshing} onRefresh={onRefresh} colors={['#099499']} tintColor={'#099499'} />}
|
||||
>
|
||||
<WifiOff size={48} color="#9ca3af" />
|
||||
<WifiOff size={48} color="#9ca3af" pointerEvents="none" />
|
||||
<Text className="text-lg text-gray-500 font-medium mt-4">Errore di connessione</Text>
|
||||
<Text className="text-center text-gray-400 mt-2 px-10">
|
||||
{connectionStatus.message}
|
||||
@@ -162,7 +162,7 @@ export default function AutomationScreen() {
|
||||
>
|
||||
<View className="flex-1 justify-between">
|
||||
<View className={`${bgColor} w-14 h-14 items-center justify-center rounded-2xl`}>
|
||||
<IconComponent size={32} />
|
||||
<IconComponent size={32} pointerEvents="none" />
|
||||
</View>
|
||||
<View>
|
||||
<Text
|
||||
@@ -182,7 +182,7 @@ export default function AutomationScreen() {
|
||||
</View>
|
||||
) : (
|
||||
<View className="mt-20 items-center justify-center">
|
||||
<WifiOff size={48} color="#9ca3af" />
|
||||
<WifiOff size={48} color="#9ca3af" pointerEvents="none" />
|
||||
<Text className="text-lg text-gray-500 font-medium mt-4">Nessuna area trovata</Text>
|
||||
<Text className="text-center text-gray-400 mt-2">
|
||||
{`Nessuna area per il piano "${selectedFloor}"`}
|
||||
|
||||
Reference in New Issue
Block a user