From 607e5d66add7dea9f791defe97cf62c711741d5e Mon Sep 17 00:00:00 2001 From: Connor Pearson Date: Wed, 7 Jan 2015 19:55:34 -0500 Subject: [PATCH] update docs for StatusBarBackgroundColor The default value is no longer black. (CB-7486) --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 9955857..02c00df 100644 --- a/doc/index.md +++ b/doc/index.md @@ -37,7 +37,7 @@ Preferences -- __StatusBarBackgroundColor__ (color hex string, defaults to #000000). On iOS 7, set the background color of the statusbar by a hex string (#RRGGBB) at startup. +- __StatusBarBackgroundColor__ (color hex string, no default value). On iOS 7, set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.