From 1ed82b6c590010aa25bcf453d15fdcb1ae673b36 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 19 Jan 2023 10:50:21 -0600 Subject: Tune the empty state visuals --- src/view/com/util/EmptyState.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/view/com/util/EmptyState.tsx') diff --git a/src/view/com/util/EmptyState.tsx b/src/view/com/util/EmptyState.tsx index 5cede14a9..6218027d2 100644 --- a/src/view/com/util/EmptyState.tsx +++ b/src/view/com/util/EmptyState.tsx @@ -25,11 +25,13 @@ export function EmptyState({ )} - + {message} @@ -50,6 +52,6 @@ const styles = StyleSheet.create({ }, text: { textAlign: 'center', - paddingTop: 16, + paddingTop: 20, }, }) -- cgit 1.4.1