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 552cc74 commit 54a47e7Copy full SHA for 54a47e7
src/components/Shared/Input/index.jsx
@@ -48,6 +48,15 @@ const Component = (props) => {
48
_placeholder: {
49
color: 'gray35',
50
},
51
+ _hover: {
52
+ borderColor: 'gray35',
53
+ _disabled: {
54
+ borderColor: 'gray15',
55
+ },
56
57
+ _focusVisible: {
58
+ borderColor: 'primary',
59
60
};
61
62
return (
0 commit comments