@eohjsc/react-native-smart-city 0.4.71 → 0.4.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.4.71",
4
+ "version": "0.4.72",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -126,7 +126,7 @@ const ItemDevice = memo(
126
126
  semibold
127
127
  size={14}
128
128
  color={Colors.Gray9}
129
- style={styles.lineHeight22}
129
+ style={styles.marginBottom}
130
130
  >
131
131
  {title}
132
132
  </Text>
@@ -161,8 +161,8 @@ const styles = StyleSheet.create({
161
161
  justifyContent: 'space-between',
162
162
  alignItems: 'center',
163
163
  },
164
- lineHeight22: {
165
- lineHeight: 22,
164
+ marginBottom: {
165
+ marginBottom: 8,
166
166
  },
167
167
  lineHeight20: {
168
168
  lineHeight: 20,