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
|
@ -14,7 +14,7 @@ export const CategoryActions = styled.div<{ right?: boolean }>`
|
|||
`
|
||||
: css`
|
||||
margin-right: 5px;
|
||||
`};
|
||||
`}
|
||||
}
|
||||
|
||||
${(props) =>
|
||||
|
@ -37,7 +37,7 @@ export const ReorderButton = styled.div`
|
|||
transition: background-color ${transitions.actionable}s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
background-color: rgb(0 0 0 / 15%);
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue