Skip to content

Commit

Permalink
Fix(DatePicker): Remove unintended label
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiffer committed Feb 12, 2024
1 parent d258eff commit 2ddca5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/DatePicker/styles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { css } from '@emotion/react';

const datePickerStyle = css`
.react-datepicker__aria-live {
display: none;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
Expand Down

0 comments on commit 2ddca5c

Please sign in to comment.