useColorModeValue

useColorModeValue is a custom hook that returns the value of the current color mode from the provided values.

The current colorMode is "light"

Usage

import { useColorModeValue } from "@yamada-ui/react"
const color = useColorModeValue("green", "red")