diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index 407ae0ea1fa..863143cf5db 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -327,7 +327,11 @@ export interface OptionsTopBar { /** * Change button colors in the top bar */ - buttonColor?: Color; + + leftButtonColor?: Color; + rightButtonColor?: Color; + leftButtonDisabledColor?: Color; + rightButtonDisabledColor?: Color; /** * Draw behind the navbar */