Commit 995c658 1 parent 207cbee commit 995c658 Copy full SHA for 995c658
File tree 2 files changed +3
-2
lines changed
src/components/CDatePicker
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -149,12 +149,13 @@ export const Wrapper = styled.div`
149
149
.react-datepicker {
150
150
box-shadow: none !important;
151
151
width: 100%;
152
+ padding: 0 0;
152
153
}
153
154
154
155
.react-datepicker__day.react-datepicker__day {
155
156
line-height: 2.1rem;
156
157
font-size: 0.875rem;
157
- padding: 0 14px !important;
158
+ padding: 0 13px !important;
158
159
}
159
160
}
160
161
` ;
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ const CDatePicker = ({
178
178
</ Wrapper >
179
179
180
180
< CBottomSheet
181
- contentClass = "justify-center items-center"
181
+ contentClass = "justify-center items-center w-full "
182
182
isSticky = { isSticky }
183
183
isModalOpen = { isOpenSheet }
184
184
setIsModalOpen = { setIsOpenSheet }
You can’t perform that action at this time.
0 commit comments