Browse Source

Update TopBar bar color

master
meriadec 7 years ago
parent
commit
71a5b8d0e0
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/TopBar.js

2
src/components/TopBar.js

@ -41,7 +41,7 @@ const Inner = styled(Box).attrs({
const Bar = styled.div` const Bar = styled.div`
height: 15px; height: 15px;
width: 1px; width: 1px;
background: ${p => p.theme.colors.warmGrey}; background: ${p => p.theme.colors.mouse};
` `
const mapStateToProps: MapStateToProps<*, *, *> = state => ({ const mapStateToProps: MapStateToProps<*, *, *> = state => ({

Loading…
Cancel
Save