Skip to content

Commit 0f4c972

Browse files
committed
fix: changing hover state on focus
1 parent 4cbbc09 commit 0f4c972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/components/input.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const baseStyle = (props: any) => {
3737
},
3838
_focus: {
3939
borderColor: 'primary.600',
40+
_hover: { borderColor: 'primary.600' },
4041
_stack: {
4142
style: {
4243
outlineWidth: '1px',
@@ -84,6 +85,7 @@ const baseStyle = (props: any) => {
8485
},
8586
_focus: {
8687
borderColor: 'primary.500',
88+
_hover: { borderColor: 'primary.500' },
8789
_stack: {
8890
style: {
8991
outlineWidth: '1px',

0 commit comments

Comments
 (0)