Skip to content

Commit 41a2331

Browse files
committed
added background color
1 parent 99e3d8a commit 41a2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class App extends Component {
1313
return (
1414
<div className='center w85'>
1515
<Header />
16-
<div className='ph3 pv1'>
16+
<div className='ph3 pv1 background-gray'>
1717
<Switch>
1818
<Route exact path='/' render={() => <Redirect to='/new/1' />} />
1919
<Route exact path='/login' component={Login}/>

0 commit comments

Comments
 (0)