Skip to content

Commit 9a71a1f

Browse files
committed
Fix fallback border color on hover
1 parent 60bace1 commit 9a71a1f

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/Input

1 file changed

+1
-1
lines changed

packages/components/src/components/Input/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function Input({
105105
outline: 'none',
106106
}}
107107
_hover={{
108-
border: '1px solid var(--primary, light-dark(red, blue))',
108+
border: '1px solid var(--primary, light-dark(#674DC7, #8163E1))',
109109
}}
110110
_placeholder={{
111111
color: 'var(--inputPlaceholder, light-dark(#A9A8AB, #CBCBCB))',

0 commit comments

Comments
 (0)