diff --git a/src/page/schedule/layouts/CalenderListItem.tsx b/src/page/schedule/layouts/CalenderListItem.tsx index 06b75ea2..0db405e5 100644 --- a/src/page/schedule/layouts/CalenderListItem.tsx +++ b/src/page/schedule/layouts/CalenderListItem.tsx @@ -31,7 +31,7 @@ const CalenderBody = styled.section` ${font.caption}; width: 80%; word-break: break-all; - height: 180px; + height: 36vh; `; const Plan = styled.div` diff --git a/src/page/schedule/layouts/ScheduleBox.tsx b/src/page/schedule/layouts/ScheduleBox.tsx index 378e69d6..64d3ad0b 100644 --- a/src/page/schedule/layouts/ScheduleBox.tsx +++ b/src/page/schedule/layouts/ScheduleBox.tsx @@ -1,7 +1,7 @@ import color from "@/styles/color"; import React from "react"; import styled from "styled-components"; -import DateBox from "./DateBOx"; +import DateBox from "./DateBox"; import WeekBox from "./WeekBox"; import CalenderList from "./CalenderList";