Create a ThemeContext that provides a "dark" or "light" theme value. Build a component that consumes the context and renders its background color based on the theme.
Click Run to test your code