diff --git a/src/navigation/BottomNavigator.tsx b/src/navigation/BottomNavigator.tsx index 543aa61..e279c59 100644 --- a/src/navigation/BottomNavigator.tsx +++ b/src/navigation/BottomNavigator.tsx @@ -187,6 +187,7 @@ export default function BottomNavigator(props: Props) { bottom={0} width="100vw" zIndex={theme.zIndex.appBar} + sx={{ background: theme.palette.background.paper}} style={{ overflow: window.location.origin.includes("staging") || window.location.origin.includes("localhost")