ITaskManagerTheme
@spartanfx/react / index / ITaskManagerTheme
Interface: ITaskManagerTheme
Theme tokens for customization
Properties
Options
| Property | Type | Description |
|---|---|---|
borderRadius? | 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') |