Преглед изворни кода

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,6 +170,7 @@ Navigation.mergeOptions(this.props.componentId, {
170 170
   topBar: {
171 171
     barStyle: 'default' | 'black',
172 172
     background: {
173
+      color: 'white',
173 174
       translucent: true,
174 175
       blur: false
175 176
     }