Skip to content

Commit 5c582ea

Browse files
committed
layout color
1 parent d3e6c12 commit 5c582ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Layout = ({
1414
children
1515
}) => (
1616
<div>
17-
<div className="card mb-5 p-4 bg-light">
17+
<div className="card mb-5 p-4" style={{background: '#efefef'}}>
1818
{
1919
back ? <div className="row">
2020
<div className="col-1 mt-3 ml-2">

0 commit comments

Comments
 (0)