Unverified Commit 14fc69df authored by valentinewallace's avatar valentinewallace Committed by GitHub

Merge pull request #1120 from lightninglabs/dev/fix-status-bar-color

Set StatusBar barStyle to „light-content“
parents ccae1afd e882fd0a
......@@ -41,6 +41,7 @@ const styles = StyleSheet.create({
const NotificationWrapper = ({ store, notify, children }) => (
<View style={styles.wrapper}>
<StatusBar barStyle="light-content" />
{children}
<DropdownAlert
ref={ref => notify.setDropdown(ref)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment