Skip to content

Commit

Permalink
chore(calender): height 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Jul 2, 2023
1 parent 518eb02 commit e7eb561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/page/schedule/layouts/CalenderListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const CalenderBody = styled.section`
${font.caption};
width: 80%;
word-break: break-all;
height: 180px;
height: 36vh;
`;

const Plan = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/page/schedule/layouts/ScheduleBox.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit e7eb561

Please sign in to comment.