Skip to content

Commit f1bc359

Browse files
nql5161nql5161
authored andcommitted
fixed styling for stack nav of buttons
1 parent cca353d commit f1bc359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/OfflineIndicator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ const OfflineIndicator = () => {
2929

3030
const styles = StyleSheet.create({
3131
offlineContainer: {
32+
flex: .5,
3233
backgroundColor: '#b52424',
3334
height: 30,
3435
justifyContent: 'center',
3536
alignItems: 'center',
3637
flexDirection: 'row',
3738
width: "100%",
3839
position: 'absolute',
39-
top: 30
4040
},
4141
offlineText: {
4242
color: '#fff'

0 commit comments

Comments
 (0)