Checklist(Check off all the items before submitting)
[x] Build process is done without errors. All tests pass in the /lib directory.
[x] Self-reviewed the code before submitting.
[x] Meets accessibility standards.
[x] Added/updated documentation to /website as needed.
[x] Added/updated tests as needed.
DescriptionFooter 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
Checklist (Check off all the items before submitting)
/lib
directory./website
as needed.Description
Footer
andHeader
were accepting anObject
as theirmargin
prop, while it made no sense due to only changingmargin-top
andmargin-bottom
respectively.Additional context The documentation was already updated to display these types
Closes #1710