Skip to content

Commit c54b745

Browse files
committed
design: 캘린더 6주 있는 달 잘리는 ui 수정
1 parent 8b4270e commit c54b745

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/juniorPromiseRequest/components/CustomCalendar.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const CalendarContainer = styled.div`
9191

9292
const StyledCalendar = styled(Calendar)`
9393
width: 31.5rem;
94-
height: 30.5rem;
9594
border: none;
9695
9796
background: ${({ theme }) => theme.colors.grayScaleWhite};
@@ -145,6 +144,10 @@ const StyledCalendar = styled(Calendar)`
145144
margin-bottom: 2rem;
146145
}
147146
147+
.react-calendar__navigation_label {
148+
width: 12.6rem;
149+
}
150+
148151
.react-calendar__navigation button {
149152
display: flex;
150153
justify-content: center;

0 commit comments

Comments
 (0)