Skip to content

Commit

Permalink
fix(documentation): changes background of the footer (#2031)
Browse files Browse the repository at this point in the history
changes the background of the footer to match the footer of the demo
  • Loading branch information
b1aserlu authored Oct 3, 2023
1 parent 8931f6f commit 98b8326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/.storybook/blocks/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DEVELOPERS: Developer[] = [
];

export default () => (
<footer className="docs-footer mt-huge">
<footer className="docs-footer mt-huge bg-light">
<div className="container">
<div className="pt-big-r pb-big-r">
<h2 className="mt-0">Support</h2>
Expand Down

0 comments on commit 98b8326

Please sign in to comment.