Skip to content

Commit

Permalink
fix(navigationheader): fixed Chevron position in secondary nav items
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Jan 23, 2025
1 parent dc0e55c commit 4ad243b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface PrimaryNavItemProps extends ExtraHeaderProps {

export const PrimaryNavItem = styled(Button)`
display: flex;
align-items: center;
align-items: start;
background: none;
&:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ export const StyledSection = styled.section`
display: flex;
align-items: center;
button {
align-items: start;
}
${(props: CommonThemeProps & { gap?: keyof Spaces }) => {
const spaces = getSpaces(props);
Expand Down

0 comments on commit 4ad243b

Please sign in to comment.