From 94e2d0be435624ace93122993c0e3f597c06cafe Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 24 Oct 2023 11:40:20 -0500 Subject: [PATCH] Small tweaks --- src/view/com/composer/TagInput/index.tsx | 16 +++++++++------- src/view/com/composer/text-input/TextInput.tsx | 2 -- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/view/com/composer/TagInput/index.tsx b/src/view/com/composer/TagInput/index.tsx index d3d1f50826..98cb37e4b9 100644 --- a/src/view/com/composer/TagInput/index.tsx +++ b/src/view/com/composer/TagInput/index.tsx @@ -174,11 +174,13 @@ export function TagInput({ - + {tags.length < 1 && ( + + )} {tags.map(tag => ( @@ -250,8 +252,8 @@ const styles = StyleSheet.create({ web: 20, native: 18, }), - paddingTop: 4, - paddingBottom: 4, + paddingTop: 6, + paddingBottom: 6, }, suggestions: { flexDirection: 'row', diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 09582aa4ea..f853c6e0df 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -236,8 +236,6 @@ export const TextInput = forwardRef(function TextInputImpl( }) }, [richtext, pal.link, pal.text]) - console.log('render') - return (