From 9a96e9d1386c2a9bf98f11273485a9218d1d3fcc Mon Sep 17 00:00:00 2001 From: David Date: Fri, 3 May 2019 12:15:01 +0300 Subject: [PATCH] Refactor TopBarOptions --- lib/src/interfaces/Options.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index 5bf85cbb77d..4afe0b500a9 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -323,7 +323,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 */