fixed status bar blue color

This commit is contained in:
u-e 2018-12-07 00:31:35 +03:00
parent 4638eb4822
commit 896bdf273c
3 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@ class SearchModalView extends Component {
placeholder={placeholder}
placeholderTextColor="#c1c5c7"
autoCapitalize="none"
autoFocus
/>
<IconButton
iconStyle={styles.closeIcon}

View File

@ -99,7 +99,7 @@ class WalletDetailsView extends Component {
</GrayWrapper>
{walletData.showPowerDown && (
<WalletLineItem
text={`Next power down is in ${walletData.nextVestingWithdrawal} days`}
text={`Next power down is in ${walletData.nextVestingWithdrawal} day`}
textColor="#788187"
iconName="ios-information-circle-outline"
/>

View File

@ -27,7 +27,7 @@ class ApplicationScreen extends Component {
return (
<Fragment>
<StatusBar backgroundColor="blue" barStyle={barStyle} />
<StatusBar barStyle={barStyle} />
<IntlProvider locale={locale} messages={flattenMessages(messages[locale])}>
<ReduxNavigation />
</IntlProvider>