Merge pull request #201 from vegaprotocol/feat/200-remove-search-input-rounded-edges

Feat / 200 remove input rounded edges on ios
This commit is contained in:
Edd 2022-04-04 16:57:50 +01:00 committed by GitHub
commit 49f97a3097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',