Change focus styles of a single input
To change focus styles of a single input, use Styles API.
Note that in order for this to work correctly with all inputs, you need to use
:focus-within
pseudo-class instead of :focus
:
Change focus styles of all inputs
To change focus styles of all inputs, use Styles API with Input
component
in the theme object: