From f5356c3d479115103982079a5e76541d3ce4e11c Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 21 Jan 2024 04:25:16 +0700 Subject: fix: design adjustments --- src/view/com/composer/text-input/TextInput.web.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/view/com/composer/text-input/TextInput.web.tsx') diff --git a/src/view/com/composer/text-input/TextInput.web.tsx b/src/view/com/composer/text-input/TextInput.web.tsx index a2344ad3f..db1b6b6f4 100644 --- a/src/view/com/composer/text-input/TextInput.web.tsx +++ b/src/view/com/composer/text-input/TextInput.web.tsx @@ -298,10 +298,11 @@ const styles = StyleSheet.create({ boxShadow: 'rgba(0, 0, 0, 0.3) 0px 5px 20px', padding: 8, borderWidth: 1, - borderRadius: 8, + borderRadius: 16, }, dropText: { - padding: 32, + paddingVertical: 44, + paddingHorizontal: 36, borderStyle: 'dashed', borderRadius: 8, borderWidth: 2, -- cgit 1.4.1