Skip to content

Commit eca0b45

Browse files
committed
fix(PinCode): replace default cursor with text
1 parent 79fe059 commit eca0b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pin-code/pin-code.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const PinCodeComponent = forwardRef<HTMLInputElement, PinCodeProps>(
160160
background-color: var(--color-background-1000);
161161
border: 1px solid var(--color-background-800);
162162
border-radius: var(--layout-radius);
163-
cursor: default;
163+
cursor: text;
164164
user-select: none;
165165
box-sizing: border-box;
166166
}

0 commit comments

Comments
 (0)