Skip to content

NavLinks, FooterLinks, NavLink and FooterLink should be using styled. #89

@akademy

Description

@akademy

Currently NavLinks, FooterLinks, NavLink and FooterLink styles can all be removed by passing in styles={} , obviously, breaking the way they are displayed.

Other components are using the function styled(), e.g.

const BarStyled = styled(Bar)<BarProps>(
  ({ theme }) => ({
    backgroundColor: theme.vars.palette.primary.light
  })
);

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions