Skip to content

Commit

Permalink
Fix style (contact result card background color)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty-ci committed Jan 8, 2024
1 parent 6026188 commit b9f8729
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SearchCardComposed.ImageFromIcon = function ({
return (
<div
className={twMerge(
'hidden w-[150px] shrink-0 items-center justify-center bg-gray-200 lg:flex',
'hidden w-[150px] shrink-0 items-center justify-center bg-gray-100 lg:flex',
className,
)}
>
Expand All @@ -107,7 +107,7 @@ SearchCardComposed.ImageFromPageColor = function ({
<div
style={colorStyle}
className={twMerge(
'relative hidden w-[150px] shrink-0 items-center justify-center overflow-hidden bg-category-200 lg:flex',
'relative hidden w-[150px] shrink-0 items-center justify-center overflow-hidden bg-category-100 lg:flex',
className,
)}
>
Expand Down

0 comments on commit b9f8729

Please sign in to comment.