We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbbc09 commit 0f4c972Copy full SHA for 0f4c972
src/theme/components/input.ts
@@ -37,6 +37,7 @@ const baseStyle = (props: any) => {
37
},
38
_focus: {
39
borderColor: 'primary.600',
40
+ _hover: { borderColor: 'primary.600' },
41
_stack: {
42
style: {
43
outlineWidth: '1px',
@@ -84,6 +85,7 @@ const baseStyle = (props: any) => {
84
85
86
87
borderColor: 'primary.500',
88
+ _hover: { borderColor: 'primary.500' },
89
90
91
0 commit comments