4
0
forked from crowetic/commerce

Changes to BLog

This commit is contained in:
Belen Curcio
2020-10-13 09:52:18 -03:00
parent 2ad115af61
commit 7efda91b11
5 changed files with 82 additions and 71 deletions

View File

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