aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-06-12 02:01:57 +0900
committerBrian Kim <brian@tagg.id>2021-06-12 02:01:57 +0900
commit98b11aebbc99ade873b7c8681ac38d6e0e72332c (patch)
treeb87fe366995aae60f3b1a709c19b732d41b714f4 /src/components/common
parenta249f2d027c9cd5d7f20602cf79ec2265f60a54c (diff)
Alter location of suggested
Diffstat (limited to 'src/components/common')
-rw-r--r--src/components/common/TaggTypeahead.tsx10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/common/TaggTypeahead.tsx b/src/components/common/TaggTypeahead.tsx
index 747e0bb5..7379b5e0 100644
--- a/src/components/common/TaggTypeahead.tsx
+++ b/src/components/common/TaggTypeahead.tsx
@@ -67,15 +67,17 @@ const TaggTypeahead: React.FC<MentionSuggestionsProps> = ({
const styles = StyleSheet.create({
container: {
- marginLeft: SCREEN_WIDTH * 0.05,
- width: SCREEN_WIDTH * 0.9,
+ // marginLeft: SCREEN_WIDTH * 0.05,
+ // marginLeft: 20,
+ // margin: 50,
+ width: SCREEN_WIDTH,
maxHeight: 264,
- borderRadius: 10,
+ // borderRadius: 10,
backgroundColor: 'white',
position: 'absolute',
alignSelf: 'center',
zIndex: 1,
- borderWidth: 1,
+ // borderWidth: 1,
},
});