styles: v2 (#229)

* style: revise selected style
* style: revise editor styles
* style: revise viewer styles
* chore: update tests
This commit is contained in:
Carlos Valente
2022-10-21 19:50:25 +02:00
committed by GitHub
parent 08d2ebcc5e
commit d8ee0d4f82
62 changed files with 340 additions and 398 deletions
@@ -23,9 +23,11 @@ export default function BlockBlock(props) {
<TooltipLoadingActionBtn
clickHandler={() => actionHandler('delete')}
icon={<IoRemove />}
colorScheme='red'
tooltip='Delete'
_hover={{ bg: 'red.400' }}
variant='ghost'
_hover={{ bg: 'red.400', color: 'white' }}
color='red.500'
size='sm'
/>
<ActionButtons showAdd showDelay actionHandler={actionHandler} />
</HStack>