File

projects/wvr-elements/src/lib/shared/theme/theme-variant.ts

Index

Properties

Properties

activeColor
activeColor: string
Type : string
Optional
backgroundColor
backgroundColor: string
Type : string
Optional
baseColor
baseColor: string
Type : string
borderColor
borderColor: string
Type : string
Optional
color
color: string
Type : string
Optional
focusColor
focusColor: string
Type : string
Optional
hoverColor
hoverColor: string
Type : string
Optional
shadowColor
shadowColor: string
Type : string
Optional
export interface ThemeVariant {
  baseColor: string;
  color?: string;
  backgroundColor?: string;
  borderColor?: string;
  shadowColor?: string;
  hoverColor?: string;
  focusColor?: string;
  activeColor?: string;
}

results matching ""

    No results matching ""