diff --git a/apps/jurumarble/src/components/BottomBar.tsx b/apps/jurumarble/src/components/BottomBar.tsx index 6e8fc40c..96364fb5 100644 --- a/apps/jurumarble/src/components/BottomBar.tsx +++ b/apps/jurumarble/src/components/BottomBar.tsx @@ -90,7 +90,6 @@ const BarItem = styled.div<{ isActive: boolean }>` const Padding = styled.div` width: 100%; - height: 63px; background-color: ${({ theme }) => theme.colors.bg_01}; `;