Skip to content

Commit 303abb6

Browse files
chore: background color
1 parent 255bd88 commit 303abb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
66
*/
77

88
const AppContainer = ({ Component }) => (
9-
<div>
9+
<div className="bg-light-300">
1010
<Component />
1111
</div>
1212
);

0 commit comments

Comments
 (0)