Feature/road safety map

This commit is contained in:
AmirHossein Mahmoodi
2025-04-12 12:08:48 +00:00
parent 660095021c
commit fd63972a75
36 changed files with 1049 additions and 24 deletions

View File

@@ -34,7 +34,10 @@ const SidebarSubitems = ({ subitem, dispatch }) => {
<Stack direction={"row"} sx={{ px: 0.5 }} spacing={0.5}>
{subitem.badges.map((badge, i) => (
<SidebarBadge
chipProps={{ color: badge.color || "default" }}
chipProps={{
color: badge.color || "default",
variant: "outlined",
}}
key={badge.key}
badge={badge.key}
/>