KPInfoBoxStyle

sealed interface KPInfoBoxStyle

A sealed interface representing various styles for an InfoBox component. Each style defines its own color palette for the background, border, text, and icon tint.

Types

Link copied to clipboard
data object Blue : InfoBoxStyle

InfoBox style with a blue background color.

Link copied to clipboard
data object Gray : InfoBoxStyle

InfoBox style with a gray background color.

Link copied to clipboard
data object Green : InfoBoxStyle

InfoBox style with a green background color.

Link copied to clipboard
data object Orange : InfoBoxStyle

InfoBox style with an orange background color.

Link copied to clipboard
data object Pink : InfoBoxStyle

InfoBox style with a pink background color.

Link copied to clipboard
data object Red : InfoBoxStyle

InfoBox style with a red background color.

Link copied to clipboard
data object White : InfoBoxStyle

InfoBox style with an white background color.