Adds context menu, "move to page"

This commit is contained in:
Steve Ruiz 2021-06-10 10:49:16 +01:00
parent c48537121f
commit f2d3231315
17 changed files with 533 additions and 47 deletions

View file

@ -105,6 +105,10 @@ export const RowButton = styled('button', {
zIndex: 1,
},
'& :disabled': {
opacity: 0.5,
},
variants: {
bp: {
mobile: {},