Skip to content

Commit

Permalink
add 15px to each dot
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed May 9, 2024
1 parent 71d153b commit f573292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/atoms/InputField/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function Input(props: InputFieldProps): JSX.Element {
/* the size of dot for password is handled by font-size */
input[type='password'] {
font-size: ${size === 'small' ? '56px' : '62px'};
font-size: ${size === 'small' ? '71px' : '77px'};
}
}
`
Expand Down

0 comments on commit f573292

Please sign in to comment.