frontend-monorepo-200 Search input has rounded edges on (some?) iOS versions

This commit is contained in:
sam-keen 2022-04-04 11:21:10 +01:00
parent 1f14b4fbe1
commit 4d13b2f3d4

View File

@ -24,9 +24,10 @@ export const inputClassNames = ({
}) => {
return classNames(
[
'appearance-none',
'flex items-center w-full',
'box-border',
'border',
'border rounded-none',
'bg-clip-padding',
'border-black-60 dark:border-white-60',
'bg-black-25 dark:bg-white-25',