「買うものリスト」のタイトルに修正

release/sprint1
Masaharu.Kato 5 months ago
parent 6d568ec6bf
commit 7c7677e469
  1. 2
      frontend/src/pages/TaskListPage.tsx

@ -141,7 +141,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' }}>

Loading…
Cancel
Save