Input
Form input component
import { Input } from 'theme-ui'
Variants
Input variants can be defined in theme.forms and the component uses the theme.forms.input variant by default.
Autocomplete styles
Background color of autofilled inputs defaults to background, and can be changed by setting autofillBackgroundColor prop.
Edit the page on GitHub