Mobile Fixes

This commit is contained in:
Eric Gullickson
2025-12-21 20:27:25 -06:00
parent 719c80ecd8
commit c017b8816f
3 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ export const BottomNavigation: React.FC<BottomNavigationProps> = ({
<Typography
variant="caption"
sx={{
fontSize: '0.65rem',
fontSize: '0.7rem',
fontWeight: isActive ? 600 : 400,
color: 'inherit',
mt: 0.25
@@ -293,7 +293,7 @@ export const BottomNavigation: React.FC<BottomNavigationProps> = ({
<Typography
variant="caption"
sx={{
fontSize: '0.65rem',
fontSize: '0.7rem',
fontWeight: 400,
color: 'inherit',
mt: 0.25