瀏覽代碼

Missing 'color' property (#4277)

Missing 'color' property in the styling docs for the topBar background color.
Tihomir Valkanov 7 年之前
父節點
當前提交
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
     }