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 > EditorUiTheme
EditorUiTheme interface
Signature:export interface EditorUiTheme
Properties
Property | Type | Description |
---|---|---|
bottomToolbar | { backgroundColor: string; color: string; } | |
button | { backgroundColor: string; color: string; borderColor: string; hoverBackgroundColor: string; hoverColor: string; hoverBorderColor: string; } | |
checkbox | { boxSelectedColor: string; boxDeselectedColor: string; color: string; } | |
input | { backgroundColor: string; color: string; highlightColor: string; } |