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 (