bugfix: event order

+ bug caused by earlier commit making function async
+ small style changes
+ bug on prev - next
This commit is contained in:
cv
2021-04-24 12:46:38 +02:00
parent 75b8e9b8be
commit b95ba56f45
7 changed files with 42 additions and 46 deletions
@@ -17,10 +17,10 @@ export default function ActionButtons(props) {
aria-label='Options'
size='xs'
icon={<FiZap />}
_hover={{ bg: 'pink.500' }}
_expanded={{ bg: 'pink.300' }}
_expanded={{ bg: 'pink.300', color: 'white' }}
_focus={{ boxShadow: 'none' }}
colorScheme='pink'
backgroundColor={'orange.200'}
color={'orange.500'}
/>
<MenuList style={menuStyle}>
{showDel && (