diff --git a/src/components/Product/ProductItem/productItem.css.ts b/src/components/Product/ProductItem/productItem.css.ts index 17701c41..b1754519 100644 --- a/src/components/Product/ProductItem/productItem.css.ts +++ b/src/components/Product/ProductItem/productItem.css.ts @@ -13,6 +13,7 @@ export const productImage = style({ width: '100%', height: 'auto', minWidth: 163, + borderRadius: 6, objectFit: 'cover', aspectRatio: '1 / 1', }); diff --git a/src/components/Product/ProductRecipeList/ProductRecipeList.tsx b/src/components/Product/ProductRecipeList/ProductRecipeList.tsx index 3c901d91..afdca5e3 100644 --- a/src/components/Product/ProductRecipeList/ProductRecipeList.tsx +++ b/src/components/Product/ProductRecipeList/ProductRecipeList.tsx @@ -1,6 +1,6 @@ import { Link } from 'react-router-dom'; -import { container, moreItem, notFound, recipeLink } from './productRecipeList.css'; +import { container, moreItem, notFound, recipeLink, wrapper } from './productRecipeList.css'; import SearchNotFoundImage from '@/assets/search-notfound.png'; import { Text, ShowAllButton } from '@/components/Common'; @@ -41,7 +41,7 @@ const ProductRecipeList = ({ productId, productName }: ProductRecipeListProps) = return (