#codexex
1 messages · Page 1 of 1 (latest)
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
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
Alright, I see. Thanks for the insight