vbea 2 년 전
부모
커밋
2f5492a81e
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      Strides-APP/app/pages/home/maps/BottomSiteInfo.js

+ 6 - 3
Strides-APP/app/pages/home/maps/BottomSiteInfo.js

@@ -299,18 +299,21 @@ const styles = StyleSheet.create({
     justifyContent: 'center'
   },
   siteLabelsView: {
-    marginBottom: 8,
+    marginBottom: 5,
+    flexWrap: 'wrap',
     alignItems: 'center',
     flexDirection: 'row'
   },
   labelIcon: {
     width: 16,
-    height: 16
+    height: 16,
+    marginRight: 6
   },
   textLabel: {
     color: textLight,
     fontSize: 10,
-    marginLeft: 5,
+    marginRight: 5,
+    marginBottom: 5,
     borderRadius: 4,
     ...$padding(2, 6),
     backgroundColor: colorPrimary