Skip to content

Commit

Permalink
Adjust masthead dark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Nov 5, 2024
1 parent d7e85c7 commit 94dd7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Logo/Logo.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const text =
"font-dm-sans text-15 sm:text-[1.05em] mt-03em -ml-01em sm:ml-0";
export const textColor = {
default: "text-black-60 fill-stone-dark",
white: "text-white fill-black-60",
white: "text-white fill-white",
};
export const barColor = {
default: "bg-black-60",
Expand Down
2 changes: 1 addition & 1 deletion app/components/Masthead/Masthead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Masthead = ({
text="Engineering Centennial"
className={styles.lockup}
/> */}
<EngLogoLockup />
<EngLogoLockup color={isLight ? "default" : "white"} />
<FlexBox alignItems="center" className={styles.flexbox}>
{mainNav}
</FlexBox>
Expand Down

0 comments on commit 94dd7c2

Please sign in to comment.