Merge pull request #2 from okbel/arzafran/tweak-searchbox

[HOMEPAGE] Make searchbox match Figma
This commit is contained in:
Luis Alvarez D
2020-10-18 18:03:48 -05:00
committed by GitHub
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
)}
>