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-12 00:49:03 -07:00
parent be601e4aef
commit 53dd6fada4
19 changed files with 142 additions and 287 deletions

View File

@@ -56,11 +56,11 @@ export const QueryTarget = (props: TQueryTarget) => {
bg={bg}
size="lg"
color={color}
borderRadius="md"
onBlur={handleBlur}
onFocus={handleBlur}
value={displayValue}
borderColor={border}
borderRadius="0.25rem"
onChange={handleChange}
aria-label={placeholder}
onKeyDown={handleKeyDown}