diff --git a/src/components/TopBar.js b/src/components/TopBar.js index a6dc5cfa..c8169d0a 100644 --- a/src/components/TopBar.js +++ b/src/components/TopBar.js @@ -41,7 +41,7 @@ const Inner = styled(Box).attrs({ const Bar = styled.div` height: 15px; width: 1px; - background: ${p => p.theme.colors.warmGrey}; + background: ${p => p.theme.colors.mouse}; ` const mapStateToProps: MapStateToProps<*, *, *> = state => ({