We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca353d commit f1bc359Copy full SHA for f1bc359
components/OfflineIndicator.js
@@ -29,14 +29,14 @@ const OfflineIndicator = () => {
29
30
const styles = StyleSheet.create({
31
offlineContainer: {
32
+ flex: .5,
33
backgroundColor: '#b52424',
34
height: 30,
35
justifyContent: 'center',
36
alignItems: 'center',
37
flexDirection: 'row',
38
width: "100%",
39
position: 'absolute',
- top: 30
40
},
41
offlineText: {
42
color: '#fff'
0 commit comments