@@ -28,6 +28,7 @@ import PolicyIcon from '@hugeicons/PolicyIcon'
2828import ShieldUserIcon from '@hugeicons/ShieldUserIcon'
2929import SquareArrowUp02Icon from '@hugeicons/SquareArrowUp02Icon'
3030import SquareLock02Icon from '@hugeicons/SquareLock02Icon'
31+ import SunCloudAngledRainZap01Icon from '@hugeicons/SunCloudAngledRainZap01Icon'
3132import TelegramIcon from '@hugeicons/TelegramIcon'
3233import UserIcon from '@hugeicons/UserIcon'
3334import Wallet02Icon from '@hugeicons/Wallet02Icon'
@@ -46,12 +47,11 @@ import { ToastAndroid, View, useColorScheme } from 'react-native'
4647import { ScrollView } from 'react-native-gesture-handler'
4748import Animated , { FadeIn } from 'react-native-reanimated'
4849import AdminSettings from './AdminSettings'
49- import SunCloudAngledRainZap01Icon from '@hugeicons/SunCloudAngledRainZap01Icon'
5050
5151function SettingsHeader ( { title, Title } : { title ?: string ; Title ?: React . ReactNode } ) {
5252 const [ search , setSearch ] = React . useState ( '' )
5353 return (
54- < View style = { { gap : 5 } } className = 'bg-white px-5 pb-3 dark:bg-zinc-950 ' >
54+ < View style = { { gap : 5 } } className = 'bg-card px-5 pb-3 ' >
5555 { Title }
5656 < Bold style = { { fontSize : 24 } } className = 'mt-3 text-zinc-800 dark:text-zinc-200' >
5757 { title }
@@ -103,7 +103,7 @@ export default function Settings({ navigation }: NavProp) {
103103 }
104104
105105 return (
106- < View className = 'flex-1 bg-white dark:bg-zinc-950 ' >
106+ < View className = 'flex-1 bg-card ' >
107107 < PaddingTop />
108108 < ScrollView
109109 contentContainerStyle = { { paddingBottom : 30 , backgroundColor : scheme === 'dark' ? 'black' : Colors . zinc [ 100 ] } }
0 commit comments