square searchbox, remove border and replace grayscale with new palette

This commit is contained in:
Franco Arza
2020-10-17 22:32:08 -03:00
parent 526b291f4f
commit d7cbb9cfa5
3 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
.input {
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out rounded-lg placeholder-accents-4 pr-10;
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out placeholder-accents-5 pr-10;
min-width: 300px;
}

View File

@@ -17,7 +17,7 @@ const Searchbar: FC<Props> = ({ className }) => {
return (
<div
className={cn(
'relative rounded-lg text-sm bg-accents-1 text-base w-full border border-accents-2',
'relative text-sm bg-accents-1 text-base w-full',
className
)}
>