meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
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 => ({ |
|
|