#codexex

1 messages · Page 1 of 1 (latest)

spring shaleBOT
deep dragon
#

I don't believe it does

#

Is there anything specific you're trying to change?

finite forge
#

Well, we're trying to set the '.Input' style's font size to be bigger on mobile, and smaller on desktop to fit with our design

deep dragon
#

Gotcha. I think a simple workaround would be to store viewport size info in a state object when the component renders and then conditionally updating value of .Input to your liking accordingly

finite forge
#

Alright, I see. Thanks for the insight