Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion client/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ body {
text-align: center;
color: #fff;
}

svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-x1tti5 {
color: white;
}
.error-container h1 {
font-size: 10em;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Header(){
{/* Mobile navigation toggle */}
<div className="lg:hidden flex items-center">
<button onClick={() => setToggleMenu(!toggleMenu)}>
<Bars3Icon className="h-6" />
<Bars3Icon className="h-6 bg-white" />
</button>
</div>
</div>
Expand Down