浏览代码

Refactor TopBarOptions (#5063)

David undefined 5 年前
父节点
当前提交
5566ffd47c
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      lib/src/interfaces/Options.ts

+ 5
- 1
lib/src/interfaces/Options.ts 查看文件

@@ -327,7 +327,11 @@ export interface OptionsTopBar {
327 327
   /**
328 328
    * Change button colors in the top bar
329 329
    */
330
-  buttonColor?: Color;
330
+
331
+  leftButtonColor?: Color;
332
+  rightButtonColor?: Color;
333
+  leftButtonDisabledColor?: Color;
334
+  rightButtonDisabledColor?: Color;
331 335
   /**
332 336
    * Draw behind the navbar
333 337
    */