Skip to content

Commit 4cc2fe4

Browse files
committed
chore: 테스트 페이지의 배경색 제거
1 parent ddff50a commit 4cc2fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/pyconkr/src/debug/page/shop_test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from "react";
44

55
export const ShopTestPage: React.FC = () => (
66
<Stack>
7-
<Stack spacing={2} sx={{ px: 4, backgroundColor: "#ddd", py: 2 }}>
7+
<Stack spacing={2} sx={{ px: 4, py: 2 }}>
88
<Typography variant="h4" gutterBottom>
99
Shop Test Page
1010
</Typography>
@@ -16,7 +16,7 @@ export const ShopTestPage: React.FC = () => (
1616
<Typography variant="h5" gutterBottom>
1717
상품 목록
1818
</Typography>
19-
<Shop.Components.Features.ProductList />
19+
<Shop.Components.Features.ProductList category_group="2025" category="티켓" />
2020
<Divider />
2121
<Typography variant="h5" gutterBottom>
2222
장바구니

0 commit comments

Comments
 (0)