4
0
forked from crowetic/commerce

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

@@ -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
)}
>