fix: color does not work in dark mode
This commit is contained in:
parent
498c1d8563
commit
9c319eeeda
3 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { StyleSheet, View, Text, NativeSyntheticEvent, NativeScrollEvent, SafeAreaView } from 'react-native';
|
||||
import { StyleSheet, View, Text, NativeSyntheticEvent, NativeScrollEvent} from 'react-native';
|
||||
import { useThemeColor } from "../hooks/hooks";
|
||||
import { SafeAreaView } from 'react-native-safe-area-context'
|
||||
import { ExpenseItem, Plus, Welcome } from '../components';
|
||||
import { FlatList } from 'react-native-gesture-handler';
|
||||
import { useRef, useState } from 'react';
|
||||
|
|
|
|||
Reference in a new issue