Change header color

This commit is contained in:
Scott E. Graves
2019-07-15 17:29:08 -05:00
parent 2c0bb97d10
commit 89c507836b

View File

@@ -31,7 +31,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(props => {
return (
<Box dxStyle={{width: '300px', height: 'auto', padding: '5px'}}>
<div style={{width: '100%', height: 'auto', paddingBottom: '5px', boxSizing: 'border-box'}}>
<h1 style={{width: '100%', textAlign: 'center'}}>Missing Dependencies</h1>
<h1 style={{width: '100%', textAlign: 'center', color: 'var(--text_color_error)'}}>Missing Dependencies</h1>
</div>
{items}
</Box>