import { Divider } from "cherag-ui"'
<Divider w={400} color={COLORS.blue} thickness={2} />
<Divider w={400} color={COLORS.green} thickness={3} />
<Divider w={400} color={COLORS.red} thickness={5} />
<Divider w={400} color={COLORS.darkGray} thickness={10} />