Skip to content

Commit 14a4e67

Browse files
authored
Update README.md
1 parent f9382cd commit 14a4e67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ LocationServicesDialogBox.checkLocationServicesIsEnabled({
105105
ok: "YES",
106106
cancel: "NO",
107107
style: { // (optional)
108-
backgroundColor: '#87a9ea',
108+
backgroundColor: '#87a9ea',// (optional)
109109

110-
positiveButtonTextColor: '#ffffff',
111-
positiveButtonBackgroundColor: '#5fba7d',
110+
positiveButtonTextColor: '#ffffff',// (optional)
111+
positiveButtonBackgroundColor: '#5fba7d',// (optional)
112112

113-
negativeButtonTextColor: '#ffffff',
114-
negativeButtonBackgroundColor: '#ba5f5f'
113+
negativeButtonTextColor: '#ffffff',// (optional)
114+
negativeButtonBackgroundColor: '#ba5f5f'// (optional)
115115
}
116116
}).then(function(success) {
117117
console.log(success);

0 commit comments

Comments
 (0)