Skip to content

Commit 0a56482

Browse files
committed
Change error close button color
1 parent 931abd0 commit 0a56482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dispatcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default class Dispatcher extends Component {
200200
<div style={{color: theme.base06, background: '#FC2424', padding: '5px', display: 'flex'}}>
201201
<div style={{flex: '1', alignItems: 'center'}}><p style={{margin: '0px'}}>{this.state.error}</p></div>
202202
<div style={{alignItems: 'center'}}>
203-
<button onClick={() => this.setState({error: null})} style={{...buttonStyle, margin: '0'}}>&times;</button>
203+
<button onClick={() => this.setState({error: null})} style={{...buttonStyle, margin: '0', background: '#DC2424'}}>&times;</button>
204204
</div>
205205
</div>
206206
);

0 commit comments

Comments
 (0)