💄(react) change DatePicker clear icon

The close icon was not homogeneous with the other form inputs.

Fixes #229
This commit is contained in:
Nathan Vasse
2024-01-16 17:25:19 +01:00
committed by NathanVss
parent 97a54ee6ae
commit baba9ab00a

View File

@@ -168,7 +168,7 @@ const DatePickerAux = forwardRef(
})}
color="tertiary-text"
size="nano"
icon={<span className="material-icons">cancel</span>}
icon={<span className="material-icons">close</span>}
onClick={onClear}
aria-label={t(
"components.forms.date_picker.clear_button_aria_label",