aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-06-16 23:57:21 +0900
committerBrian Kim <brian@tagg.id>2021-06-16 23:57:21 +0900
commit867484bac72a64231e57f96fdc4ce813930f75f6 (patch)
treeedc0ffba2912690086550f42a03383cbe97573c4 /src/components/comments
parent8560936e0dc21ee2d06677c766a0bbcbc93b6de0 (diff)
Rework some sizes, more closely match master
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/AddComment.tsx4
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: {