ITaskManagerTheme
@spartanfx/react / ITaskManagerTheme
Interface: ITaskManagerTheme
Theme tokens for customization
Properties
| Property | Type | Description |
|---|---|---|
borderRadius? | string | - |
colorBackground? | string | - |
colorBorder? | string | - |
colorDanger? | string | - |
colorOverdue? | string | - |
colorPrimary? | string | - |
colorStatusBlocked? | string | - |
colorStatusCompleted? | string | - |
colorStatusInProgress? | string | - |
colorStatusNotStarted? | string | - |
colorSuccess? | string | - |
colorSurface? | string | - |
colorText? | string | - |
colorTextSecondary? | string | - |
colorWarning? | string | - |
fontFamily? | string | - |
fontSizeLarge? | string | - |
fontSizeMedium? | string | - |
fontSizeSmall? | string | - |
shadowLarge? | string | - |
shadowMedium? | string | - |
shadowSmall? | string | - |
spacingLg? | string | - |
spacingMd? | string | - |
spacingSm? | string | - |
spacingXl? | string | - |
spacingXs? | string | - |
statusStyles? | Record<string, IStatusStyle> | Status styles configuration with background and foreground colors. Takes precedence over individual colorStatus* properties when provided. Keys should match the status/bucket values (e.g., 'NotStarted', 'InProgress', 'Completed', 'Blocked') |