How I can change the status bar style of the drawer? I put this code in my index.tss file but doesn't work...
"#drawer": {
openDrawerGestureMode: "OPEN_MODE_ALL",
closeDrawerGestureMode: "CLOSE_MODE_MARGIN",
leftDrawerWidth: 200,
statusBarStyle: "STATUSBAR_BLACK"
},