Skip to content

Commit

Permalink
feat(navbar): solve the dark mode color bug in chains section
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic authored and WGB5445 committed Nov 7, 2023
1 parent bad9098 commit 255f147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ const Main = ({ children = false }) => {
fontSize: '15px',
lineHeight: '1.5',
fontWeight: '600',
color: '#fff',
}}
>
Chains
Expand Down

1 comment on commit 255f147

@vercel
Copy link

@vercel vercel bot commented on 255f147 Nov 7, 2023

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.