From 4009028f4d4195c7fb672a9bd198e0eaff2be23a Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 23 Apr 2025 13:04:16 -0600 Subject: [PATCH] fixed bottom navigator miscoloring after scrolling --- src/navigation/BottomNavigator.tsx | 1 + 1 file changed, 1 insertion(+) 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")