Skip to content

Commit 0cd8abb

Browse files
committed
fix: styling issue
1 parent 015ac80 commit 0cd8abb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Shared/Components/DatePicker/datePicker.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
position: fixed !important;
2020
}
2121

22+
.SingleDatePicker {
23+
width: 100%;
24+
}
25+
2226
.SingleDatePickerInput {
2327
display: flex !important;
2428
width: 100%;
@@ -66,6 +70,10 @@
6670
height: 34px;
6771
background-color: transparent;
6872
width: 100%;
73+
74+
&:focus-visible {
75+
outline: none;
76+
}
6977
}
7078

7179
.DateInput_input {

0 commit comments

Comments
 (0)