mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 22:03:21 +03:00
fixed status bar blue color
This commit is contained in:
parent
4638eb4822
commit
896bdf273c
@ -52,6 +52,7 @@ class SearchModalView extends Component {
|
||||
placeholder={placeholder}
|
||||
placeholderTextColor="#c1c5c7"
|
||||
autoCapitalize="none"
|
||||
autoFocus
|
||||
/>
|
||||
<IconButton
|
||||
iconStyle={styles.closeIcon}
|
||||
|
@ -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"
|
||||
/>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user