style fix

This commit is contained in:
Jan Prochazka 2021-01-28 09:48:33 +01:00
parent 420a58380a
commit a9cb9f1874

View File

@ -15,7 +15,7 @@ const Container = styled.div`
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
background: #ddeeee; background: ${props => props.theme.gridheader_background_cyan[0]};
height: ${dimensions.toolBar.height}px; height: ${dimensions.toolBar.height}px;
min-height: ${dimensions.toolBar.height}px; min-height: ${dimensions.toolBar.height}px;
overflow: hidden; overflow: hidden;