Skip to content

Commit

Permalink
fix(navbar): update all elements block right to be black
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 30, 2021
1 parent 824b18c commit e84e571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/MenuBlockRight.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const MenuBlockRight = ({ enableGitHub = true, enableMenu = false }) => {
return (
<div className="flex flex-1 items-center justify-end">
<div
className="flex items-center justify-center text-navy fill-current"
className="flex items-center justify-center text-black fill-current"
height="40px"
width="40px"
style={{ marginRight: "10px" }}
Expand All @@ -28,7 +28,7 @@ const MenuBlockRight = ({ enableGitHub = true, enableMenu = false }) => {
</div>
{enableMenu && (
<div
className="flex items-center justify-center text-navy fill-current"
className="flex items-center justify-center text-black fill-current"
height="40px"
width="40px"
style={{ marginRight: "10px" }}
Expand Down

1 comment on commit e84e571

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.