Skip to content
Discussion options

You must be logged in to vote

by default the navbar use the colors from the theme u could create a custom theme and define there a colors.background for ur entire theme

now
as far as i can tell there are 2 background in the navbar
1 is the one thats is displayed normally -> acces by css
2 is when the collapse menu is oppened -> acces by containerCss

keep in mind that the 1st one is affected by the blur effect that affect the color thats been displayed

      <Navbar
        css={{
          bg: "$blue600"
        }}
        containerCss={{
          bg: "$blue600"
        }}
      >

or play with these props to see where u find a combination that suits ur needs

      <Navbar
        disableBlur={true}
        css={{

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jrgarciadev
Comment options

You must be logged in to vote
1 reply
@armatrix
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Alanm63
Comment options

Comment options

You must be logged in to vote
1 reply
@Alanm63
Comment options

Comment options

You must be logged in to vote
2 replies
@Alanm63
Comment options

@jrgarciadev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
5 participants