aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
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,
},
});