Skip to content

Commit

Permalink
Refactor TopBarOptions (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui authored and guyca committed May 15, 2019
1 parent cd182f4 commit 5566ffd
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 5566ffd

Please sign in to comment.