diff options
author | Mary <pineapplecreamcheese@skiff.com> | 2024-01-21 04:25:16 +0700 |
---|---|---|
committer | Mary <pineapplecreamcheese@skiff.com> | 2024-01-21 08:43:11 +0700 |
commit | f5356c3d479115103982079a5e76541d3ce4e11c (patch) | |
tree | 7121b4cad9e311cc468486d656a5fbf43aeac013 /src | |
parent | 88f2a73ad6eb0f3f4b9b5a10aaf3d3be090bc5e5 (diff) | |
download | voidsky-f5356c3d479115103982079a5e76541d3ce4e11c.tar.zst |
fix: design adjustments
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.web.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
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, |