diff options
Diffstat (limited to 'src/view/com/util/EmptyState.tsx')
-rw-r--r-- | src/view/com/util/EmptyState.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/view/com/util/EmptyState.tsx b/src/view/com/util/EmptyState.tsx index a6352c2fe..6b2600a40 100644 --- a/src/view/com/util/EmptyState.tsx +++ b/src/view/com/util/EmptyState.tsx @@ -26,9 +26,7 @@ export function EmptyState({ const {isTabletOrDesktop} = useWebMediaQueries() const iconSize = isTabletOrDesktop ? 64 : 48 return ( - <View - testID={testID} - style={[isTabletOrDesktop && {paddingRight: 20}, style]}> + <View testID={testID} style={style}> <View style={[ styles.iconContainer, |