Skip to content

Commit

Permalink
Merge pull request #60 from Cognifide/bugfix/header-section-transpare…
Browse files Browse the repository at this point in the history
…ncy-fix

#CLAN6-64 - fixing navigation bar transparency issue
  • Loading branch information
cognifide-matt-rutkowski authored Sep 24, 2019
2 parents f554d8b + 194f8f1 commit 084cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogboard-webapp/src/components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const StyledBoardSwitcher = styled(BoardSwitcher)`
`;

const StyledAppBar = styled(AppBar)`
background-color: transparent;
background-color: #211f39;
box-shadow: none;
`;

Expand Down

0 comments on commit 084cf87

Please sign in to comment.