DiamondLightSource / DiamondLightSource/sci-react-ui
NavLinks, FooterLinks, NavLink and FooterLink should be using `styled`.
Abierto
accepted
priority: low
- Lenguaje dominante
- TypeScript
- Estrellas
- 8
- Forks
- 3
- Merge medio
- 3 d 15 h
- PR fusionados (30 d)
- 5
Descripción
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)(
({ theme }) => ({
backgroundColor: theme.vars.palette.primary.light
})
);
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.