Accent

import { isHexColor, resolveAccent, contrastText, accentFor, setOrgAccent, useAccent } from '@hanzo/ui/product'

No examples yet.

Types

export type OrgThemeData = {
colorPrimary?: string
isEnabled?: boolean
}
export type Accent = { accent: string | null; contrast: string }

Exports

isHexColorresolveAccentcontrastTextaccentForsetOrgAccentuseAccenttype OrgThemeDatatype Accent