Skip to content

Commit

Permalink
add bg to accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
renemennab committed Jul 2, 2024
1 parent 63d8ff5 commit 31460a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NavigationMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function NavList({ navData }: { navData?: NavData | null }) {
<Accordion
label={navItem?.link?.title}
key={navItem.id}
style={{ backgroundColor: theme.colors['fill-two'] }}
>
{navItem.subnav?.map((subnavItem) => {
if (!subnavItem) {
Expand Down

0 comments on commit 31460a4

Please sign in to comment.