默认的色彩展示。
你可以在自己的应用中使用这些色彩,所有的色彩值都会跟随主题而变化。 想要自定义一些颜色?请阅读 主题 了解更多的细节。
import { useTheme } from '@cfxjs/react-ui'
const myComponent = () => {
const { palette } = useTheme()
return <p style={{ color: palette.accents_1 }}>myComponent</p>
}
useTheme 函数中获取调色板。使用不同的颜色表达情感的变化。