RN-170 Remove the box for the offline indicator (#605)
This commit is contained in:
parent
3b691ca5e0
commit
1ecba6697a
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ export default class OfflineIndicator extends PureComponent {
|
|||
i18nId = 'mobile.offlineIndicator.connecting';
|
||||
defaultMessage = 'Connecting...';
|
||||
action = (
|
||||
<View style={[styles.actionContainer, styles.actionButton]}>
|
||||
<View style={styles.actionContainer}>
|
||||
<ActivityIndicator
|
||||
color='#FFFFFF'
|
||||
size='small'
|
||||
|
|
|
|||
Loading…
Reference in a new issue