Skip to content

Commit 863aea5

Browse files
author
lewis617
committed
update r2-bs-alert style
1 parent 7312215 commit 863aea5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

r2-bs-alert/src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.App{
22
width: 500px;
3+
padding: 20px;
34
}

r2-bs-alert/src/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createStore, combineReducers, applyMiddleware } from 'redux';
44
import { Provider } from 'react-redux';
55
import thunk from 'redux-thunk';
66
import App from './App';
7-
import { reducer as alertsReducer, alertMessage } from './alert';
7+
import { reducer as alertsReducer } from './alert';
88
import 'bootstrap/dist/css/bootstrap.css';
99

1010
const store = createStore(

0 commit comments

Comments
 (0)