The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/ui > RendererTheme
RendererTheme interface
Signature:export interface RendererTheme
Properties
| Property | Type | Description |
|---|---|---|
| backgroundColor | string | |
| color | string | |
| danger | { color: string; background: string; } | |
| info | { color: string; background: string; } | |
| primary | { color: string; background: string; } | |
| secondary | { color: string; background: string; } | |
| success | { color: string; background: string; } | |
| warning | { color: string; background: string; } |