ボタンの隙間を追加(仮)

feature-frontend-styles
Haru.Kusano 5 months ago
parent b9bb66b6d5
commit 9a377b4aa0
  1. 1
      frontend/src/pages/TaskListPage.tsx

@ -179,6 +179,7 @@ const TaskListPage: React.FC = () => {
<IconButton
edge="end"
aria-label="食材情報追加"
sx={{ marginLeft: 2 }}
onClick={() => {
setOpenInfoDialog(true)
setSelectedTask(tobuy.tobuy_id)

Loading…
Cancel
Save