DiamondLightSource / DiamondLightSource/sci-react-ui

NavLinks, FooterLinks, NavLink and FooterLink should be using `styled`.

Abierto
#89 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.