diff --git a/.changeset/fix-header-container-padding.md b/.changeset/fix-header-container-padding.md index fdad424ef5..cfb3611b8c 100644 --- a/.changeset/fix-header-container-padding.md +++ b/.changeset/fix-header-container-padding.md @@ -3,3 +3,5 @@ --- Fixed incorrect bottom spacing caused by `Container` using `padding-bottom` for its default bottom spacing. Changed to `margin-bottom` and prevented it from applying when `Container` is used as the `Header` root element. + +**Affected components:** Container, Header