dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fix file input delete styles #1999

Closed raquelarrojo closed 4 months ago

raquelarrojo commented 4 months ago

Checklist (Check off all the items before submitting)

Description File input's delete icon was not centered. Added justify-content: center to the button.

Screenshots Before: image

Now: image

Closes #1994