Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgranger committed Nov 29, 2023
1 parent d258728 commit eba0741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.washingtonpost.com/docs/components/navigation-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Navigation menu supports both `horizontal` and `vertical` layout orientations. I
label=""
css={{
transition: "transform $fast $inOut",
"[data-state=open] &": { transform: "rotate(-180deg)" },
"[data-state=open] &": { transform: "rotate(-270deg)" },
}}
>
<ChevronDown />
<ChevronRight />
</Icon>
</NavigationMenu.Trigger>
<NavigationMenu.Content>
Expand Down

0 comments on commit eba0741

Please sign in to comment.