change some colours
This commit is contained in:
parent
d2837c12b3
commit
d0ebacc02c
4 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ export default function Layout() {
|
|||
backgroundColor: colors.containerColor,
|
||||
},
|
||||
tabBar: {
|
||||
backgroundColor: colors.backgroundColor,
|
||||
backgroundColor: colors.containerColor,
|
||||
borderTopColor: colors.backgroundColor
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Reference in a new issue