Resolve "Budget"
This commit is contained in:
parent
ab2a03ba0b
commit
5a9b76a3ff
9 changed files with 60 additions and 33 deletions
|
|
@ -14,8 +14,8 @@ export default function Page() {
|
|||
//Styles
|
||||
const styles = StyleSheet.create({
|
||||
safeAreaViewStyle: {
|
||||
flex: 1,
|
||||
backgroundColor: useThemeColor("backgroundColor")
|
||||
flex: 1,
|
||||
backgroundColor: useThemeColor("containerColor"),
|
||||
},
|
||||
container: {
|
||||
flex: 1,
|
||||
|
|
|
|||
Reference in a new issue