Skip to content

Commit 3022a93

Browse files
committed
fix: adjust styling for empty container in NetworkLoggerOverlay
1 parent abc88c6 commit 3022a93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/NetworkLoggerOverlay.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,11 @@ const createThemedStyles = (themeColors: ThemeColors) => ({
489489
fontWeight: '500',
490490
} as TextStyle,
491491
emptyContainer: {
492-
flex: 1,
492+
// flex: 1,
493493
justifyContent: 'center',
494494
alignItems: 'center',
495495
paddingHorizontal: 40,
496+
marginTop: '25%',
496497
} as ViewStyle,
497498
emptyIconContainer: {
498499
width: 80,

0 commit comments

Comments
 (0)