mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 18:09:09 +00:00
fix all linting issues, upgrade most packages
This commit is contained in:
parent
c7774ddca3
commit
3c3af304f7
45 changed files with 1148 additions and 1848 deletions
|
@ -20,7 +20,7 @@ export const ClickaleBlock = styled.a`
|
|||
`;
|
||||
|
||||
export const Title = styled.div`
|
||||
${text400};
|
||||
${text400}
|
||||
|
||||
svg {
|
||||
color: ${palette.taupe500};
|
||||
|
@ -30,7 +30,7 @@ export const Title = styled.div`
|
|||
`;
|
||||
|
||||
export const Description = styled.div`
|
||||
${text200};
|
||||
${text200}
|
||||
`;
|
||||
|
||||
export const MainSide = styled.div``;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue