File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-datetime-picker/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ const iconProps = {
33
33
} ;
34
34
35
35
const CalendarIcon = (
36
- // biome-ignore lint/a11y/noSvgWithoutTitle: Purely decorative icon
37
36
< svg
38
37
{ ...iconProps }
38
+ aria-hidden = "true"
39
39
className = { `${ baseClassName } __calendar-button__icon ${ baseClassName } __button__icon` }
40
40
>
41
41
< rect fill = "none" height = "15" width = "15" x = "2" y = "2" />
@@ -45,9 +45,9 @@ const CalendarIcon = (
45
45
) ;
46
46
47
47
const ClearIcon = (
48
- // biome-ignore lint/a11y/noSvgWithoutTitle: Purely decorative icon
49
48
< svg
50
49
{ ...iconProps }
50
+ aria-hidden = "true"
51
51
className = { `${ baseClassName } __clear-button__icon ${ baseClassName } __button__icon` }
52
52
>
53
53
< line x1 = "4" x2 = "15" y1 = "4" y2 = "15" />
You can’t perform that action at this time.
0 commit comments