Skip to content

Commit 28a762c

Browse files
committed
Changed background to grey
1 parent 31200bb commit 28a762c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Link } from "react-router-dom";
99

1010
const styles = theme => ({
1111
root: {
12-
backgroundColor: "#fff",
12+
backgroundColor: grey[100],
1313
padding: "50px 0",
1414
marginTop: 60,
1515
overflowX: "hidden"

0 commit comments

Comments
 (0)