interface DefaultStyles {
    darkBackgroundColor?: string;
    lightBackgroundColor?: string;
}

Properties

darkBackgroundColor?: string

Optional default dark background color. Any HEX value is permitted

lightBackgroundColor?: string

Optional default light background color. Any HEX value is permitted