initial commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { View, Text } from "react-native";
|
||||
import { Button } from "react-native-paper";
|
||||
import { router } from "expo-router";
|
||||
|
||||
import { useAppSelector } from "@/store/hooks";
|
||||
import { selectIsMobile } from "@/store/screen/screenSizeSlice";
|
||||
|
||||
@@ -10,7 +11,9 @@ export const AccessDenied = () => {
|
||||
return (
|
||||
<View className="flex-1 bg-primaryPurpleLight">
|
||||
<View className={`${isMobile ? "p-1" : "p-5"} flex-1`}>
|
||||
<View className={`${isMobile ? "p-1" : "p-5"} bg-lightGray rounded-lg flex-1`}>
|
||||
<View
|
||||
className={`${isMobile ? "p-1" : "p-5"} bg-lightGray rounded-lg flex-1`}
|
||||
>
|
||||
<View className="flex-1 justify-center items-center p-4">
|
||||
<Text className="text-2xl font-bold mb-4 text-highRisk">
|
||||
Access Denied
|
||||
|
||||
Reference in New Issue
Block a user