Skip to content

Commit

Permalink
Refactor TopBarOptions (wix#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui authored and vshkl committed Feb 5, 2020
1 parent 2203186 commit 21943f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 21943f4

Please sign in to comment.