Closed rilrom closed 9 months ago
@rilrom could you provide some example code, with a quick glance at the Input component it is a simple passthrough. We need a bit more context of your specific usage.
@Caryyon apologies for not setting up a reproducible example when this ticket was created.
I am unable to reproduce at this time so i'm okay with closing this ticket, thanks.
Description
When using the Input component, sx does not apply.
This does not happen for any of the other components I've tried (e.g. Box, Label etc).
The only difference I can see between these components is that sx is being called explicitly in the Input code.
To reproduce:
Expected behaviour
sx prop for Input works the same as other components.