Initial Commit
This commit is contained in:
@@ -39,10 +39,18 @@ export const BottomNavigation: React.FC<BottomNavigationProps> = ({
|
||||
}}
|
||||
>
|
||||
{items.map(({ key, label, icon }) => (
|
||||
<BottomNavigationAction
|
||||
<BottomNavigationAction
|
||||
key={key}
|
||||
label={label}
|
||||
icon={icon}
|
||||
label={label}
|
||||
icon={icon}
|
||||
sx={{
|
||||
'& .MuiBottomNavigationAction-label': {
|
||||
fontSize: '0.75rem',
|
||||
'&.Mui-selected': {
|
||||
fontSize: '0.75rem'
|
||||
}
|
||||
}
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
</MuiBottomNavigation>
|
||||
|
||||
Reference in New Issue
Block a user