theme ui currentcolor code example
Example: theme ui currentcolor
import { ThemeProvider } from 'theme-ui'import theme from './theme'export default (props) => ( <ThemeProvider theme={theme}>{props.children}</ThemeProvider>)
import { ThemeProvider } from 'theme-ui'import theme from './theme'export default (props) => ( <ThemeProvider theme={theme}>{props.children}</ThemeProvider>)