4
0
forked from crowetic/commerce

Normalizing Style Sheets

This commit is contained in:
Belen Curcio
2020-10-15 16:12:46 -03:00
parent ab45e28813
commit 0c9f3ef8d0
9 changed files with 20 additions and 14 deletions

View File

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