Can you put an if statement inside inline style?
Answered
Golden paper wasp posted this in #help-forum
Golden paper waspOP
im trying to achieve something where i want to set the color to as is if the navbar is on a smaller size but if its for medium to large size it will change color
style={{ color: `${textColor}` }}Answered by Golden paper wasp
navbar is changing colors when scroll occurs, so now if its on a smaller screen size i want the color of the text and navmenu to stay white.
this is what is happening in desktop btw
this is what is happening in desktop btw
2 Replies
Golden paper waspOP
navbar is changing colors when scroll occurs, so now if its on a smaller screen size i want the color of the text and navmenu to stay white.
this is what is happening in desktop btw
this is what is happening in desktop btw
Answer
Golden paper waspOP
nvm i fixed it