Skip to content

Commit

Permalink
for main
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Apr 14, 2024
1 parent 5cd3d75 commit 868924c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions imports/cyto/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,23 +248,6 @@ export const CytoMenu = React.memo(function CytoMenu({
colorScheme={focuses?.length ? 'blue' : 'gray'}
onClick={clearFocuses}
><HiOutlineEyeOff /></Button>
<Text colorScheme={'gray'}>tr</Text>
<ButtonGroup size='md' isAttached variant='outline'>
<Button
as={motion.button}
animate={control}
disabled={!focuses?.length}
colorScheme={focuses?.length ? 'blue' : 'gray'}
onClick={clearFocuses}
><HiDatabase /></Button>
<Button
as={motion.button}
animate={control}
disabled={!focuses?.length}
colorScheme={focuses?.length ? 'blue' : 'gray'}
onClick={clearFocuses}
><HiDesktopComputer /></Button>
</ButtonGroup>
{/* <Text colorScheme={'gray'}>mode</Text>
<ButtonGroup size='md' isAttached variant='outline'>
<Button
Expand Down

0 comments on commit 868924c

Please sign in to comment.