diff --git a/packages/component-faraday-ui/src/AppBar.js b/packages/component-faraday-ui/src/AppBar.js index 8659117a39945ba186090bab4d8b7ad81338aeb7..f1eef417786cbfbe861325e7bff8e2bb5304ac3d 100644 --- a/packages/component-faraday-ui/src/AppBar.js +++ b/packages/component-faraday-ui/src/AppBar.js @@ -72,7 +72,7 @@ export default compose( const RightContainer = styled.div` align-items: center; display: flex; - height ${th('appBar.height')}; + height: ${th('appBar.height')}; margin-right: ${th('gridUnit')}; height: ${th('appBar.height')}; @@ -84,13 +84,15 @@ const RightContainer = styled.div` const LogoContainer = styled.div` align-items: center; display: flex; - height ${th('appBar.height')}; + height: ${th('appBar.height')}; margin-left: ${th('gridUnit')}; position: absolute; top: 0; left: 0; z-index: 1; + + cursor: pointer; ` const JournalBackground = styled.div`