|
|
|
@ -142,7 +142,7 @@ const TaskListPage: React.FC = () => { |
|
|
|
|
return ( |
|
|
|
|
<Container> |
|
|
|
|
<Typography variant="h4" component="h1" gutterBottom> |
|
|
|
|
タスク一覧 |
|
|
|
|
買うものリスト |
|
|
|
|
</Typography> |
|
|
|
|
{/* タスク一覧表示エリア - 青い背景のコンテナ */} |
|
|
|
|
<div style={{ border: '3px solid black', borderRadius: '8px', backgroundColor: '#add8e6', height: 'auto', padding: '20px' }}> |
|
|
|
|