Input
A primary action treatment that keeps the dither energy inside the button surface while preserving readable contrast in both themes.
import { DitherButton } from "@/components/base/buttons/dither-button"
export function Demo() {
return <DitherButton color="violet">Button</DitherButton>
}