4
0
forked from crowetic/commerce

Most Changes

This commit is contained in:
Belen Curcio
2020-10-13 14:42:24 -03:00
parent 6978b4d4bb
commit 6010d3e2b7
6 changed files with 8 additions and 7 deletions

View File

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