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
|
@ -24,7 +24,7 @@ export const AddRoleButton = styled.div<{ long?: boolean }>`
|
|||
&:hover {
|
||||
background-color: ${palette.taupe100};
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
@ -39,5 +39,5 @@ export const AddRoleButton = styled.div<{ long?: boolean }>`
|
|||
`
|
||||
: css`
|
||||
width: 32px;
|
||||
`};
|
||||
`}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue