diff options
author | Brian Kim <brian@tagg.id> | 2021-06-16 23:57:21 +0900 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-06-16 23:57:21 +0900 |
commit | 867484bac72a64231e57f96fdc4ce813930f75f6 (patch) | |
tree | edc0ffba2912690086550f42a03383cbe97573c4 /src | |
parent | 8560936e0dc21ee2d06677c766a0bbcbc93b6de0 (diff) |
Rework some sizes, more closely match master
Diffstat (limited to 'src')
-rw-r--r-- | src/components/comments/AddComment.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx index a510c355..fd7d819a 100644 --- a/src/components/comments/AddComment.tsx +++ b/src/components/comments/AddComment.tsx @@ -169,11 +169,11 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', margin: '3%', borderRadius: 25, - height: normalize(45), + height: normalize(40), }, text: { flex: 1, - padding: '1%', + // padding: '1%', maxHeight: 100, }, avatar: { |