Przeglądaj źródła

Refactor TopBarOptions (#5063)

David undefined 6 lat temu
rodzic
commit
5566ffd47c
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5
    1
      lib/src/interfaces/Options.ts

+ 5
- 1
lib/src/interfaces/Options.ts Wyświetl plik

327
   /**
327
   /**
328
    * Change button colors in the top bar
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
    * Draw behind the navbar
336
    * Draw behind the navbar
333
    */
337
    */