1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

continue typescript & chakra v1 migrations [skip ci]

This commit is contained in:
checktheroads
2020-12-25 00:45:23 -07:00
parent d263fb9203
commit e407258f72
12 changed files with 167 additions and 142 deletions

View File

@@ -31,19 +31,15 @@ export const HelpModal = (props: THelpModal) => {
animate={{ opacity: 1, scale: 1 }}
initial={{ opacity: 0, scale: 0.3 }}>
<IconButton
h={3}
w={3}
mb={1}
ml={1}
maxH={3}
maxW={3}
minH={3}
minW={3}
size="sm"
size="md"
variant="link"
icon={<Info />}
onClick={onOpen}
colorScheme="primary"
colorScheme="blue"
aria-label={`${name}_help`}
/>
</motion.div>