Преглед на файлове

Missing 'color' property (#4277)

Missing 'color' property in the styling docs for the topBar background color.
Tihomir Valkanov преди 6 години
родител
ревизия
93696dfc44
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      docs/docs/styling.md

+ 1
- 0
docs/docs/styling.md Целия файл

170
   topBar: {
170
   topBar: {
171
     barStyle: 'default' | 'black',
171
     barStyle: 'default' | 'black',
172
     background: {
172
     background: {
173
+      color: 'white',
173
       translucent: true,
174
       translucent: true,
174
       blur: false
175
       blur: false
175
     }
176
     }