Hey all! Does anyone have any pointers on how to customize the white bottom Nav Bar to match the accent color or just make it “Dark”?? Thank you!
1 Like
div[class*="mobile-tab-bar___StyledDiv2"] {
background-color: black;
}
div[class*="mobile-tab-bar___StyledDiv2"] button >* {
color: white;
}
5 Likes
You’re the best! Thank ya!!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.