@dhiraj0720/report1chart 2.8.2 → 2.8.3
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
|
@@ -116,7 +116,7 @@ const styles = StyleSheet.create({
|
|
|
116
116
|
flexDirection: 'row',
|
|
117
117
|
},
|
|
118
118
|
cell: {
|
|
119
|
-
minWidth:
|
|
119
|
+
minWidth: 100, // Minimum width for small content
|
|
120
120
|
paddingHorizontal: 11, // +5 left + +5 right = +10 total
|
|
121
121
|
paddingVertical: 12,
|
|
122
122
|
justifyContent: 'center',
|
|
@@ -189,9 +189,9 @@ const styles = StyleSheet.create({
|
|
|
189
189
|
|
|
190
190
|
fullScreenBtn: {
|
|
191
191
|
alignSelf: 'flex-end',
|
|
192
|
-
marginRight:
|
|
193
|
-
marginVertical:
|
|
194
|
-
paddingHorizontal:
|
|
192
|
+
marginRight: 8,
|
|
193
|
+
marginVertical: 6,
|
|
194
|
+
paddingHorizontal: 6,
|
|
195
195
|
paddingVertical: 6,
|
|
196
196
|
},
|
|
197
197
|
fullScreenText: { fontSize: 16, fontWeight: '700', color: '#000' },
|