mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +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
|
@ -62,7 +62,7 @@ export const Outer = styled.div<StyledProps>`
|
|||
? onTablet(css`
|
||||
&:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
|
||||
${Circle} svg {
|
||||
fill-opacity: 1;
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ export const Outer = styled.div<StyledProps>`
|
|||
box-shadow: 0 0 0 transparent;
|
||||
}
|
||||
`)
|
||||
: null};
|
||||
: null}
|
||||
`;
|
||||
|
||||
export const Text = styled.div`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue