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

Fixed typings from footer/header margins #1785

Closed Mil4n0r closed 9 months ago

Mil4n0r commented 9 months ago

Checklist (Check off all the items before submitting)

Description Footer and Header were accepting an Object as their margin prop, while it made no sense due to only changing margin-top and margin-bottom respectively.

Additional context The documentation was already updated to display these types

Closes #1710