BadgeThemeColor
Specifies the theme color of the Badge.
The possible values are:
base
—Applies coloring based on thebase
theme color.primary
(Default)—Applies coloring based onprimary
theme color.secondary
—Applies coloring based onsecondary
theme color.tertiary
— Applies coloring based ontertiary
theme color.inherit
— Applies inherited coloring value.info
—Applies coloring based oninfo
theme color.success
— Applies coloring based onsuccess
theme color.warning
— Applies coloring based onwarning
theme color.error
— Applies coloring based onerror
theme color.dark
— Applies coloring based ondark
theme color.light
— Applies coloring based onlight
theme color.inverse
— Applies coloring based oninverse
theme color.
type
BadgeThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inverse" | "inherit";