V2 styles part2 (#233)

* style: create tag to display network messages
* style: create button style for playback
* style: review style for QuickEntry
* style: review style for Info panel
* style: review style for Event blocks
* style: review style for Message control panel
* style: review style for Playback control
* style: review application styles
* style: review block styles
* refactor: TapButton has active state
* style: small style tweaks
* refactor: type checks
This commit is contained in:
Carlos Valente
2022-10-26 15:12:57 +02:00
committed by GitHub
parent 1b1aced296
commit 54442dc9a1
42 changed files with 611 additions and 405 deletions
@@ -24,10 +24,10 @@ export default function BlockBlock(props) {
clickHandler={() => actionHandler('delete')}
icon={<IoRemove />}
tooltip='Delete'
variant='ghost'
_hover={{ bg: 'red.400', color: 'white' }}
color='red.500'
variant='outline'
colorScheme='white'
size='sm'
aria-label='Delete'
/>
<ActionButtons showAdd showDelay actionHandler={actionHandler} />
</HStack>