Created
June 14, 2019 04:11
-
-
Save charly-palencia/44480bbfdfb68cd6848a7480123cb531 to your computer and use it in GitHub Desktop.
Update styled components using Link router component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Link } from "react-router-dom"; | |
... | |
export const StyledLink = styled(Link)` | |
color: #61dafb; | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment