react-native-gifted-chat 3.1.3 → 3.1.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gifted-chat",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "The most complete chat UI for React Native",
5
5
  "keywords": [
6
6
  "android",
package/src/Actions.tsx CHANGED
@@ -89,7 +89,8 @@ const styles = StyleSheet.create({
89
89
  alignItems: 'flex-end',
90
90
  },
91
91
  button: {
92
- paddingHorizontal: 8,
92
+ paddingLeft: 10,
93
+ paddingRight: 4,
93
94
  paddingVertical: 7,
94
95
  },
95
96
 
package/src/Composer.tsx CHANGED
@@ -86,6 +86,7 @@ const styles = StyleSheet.create({
86
86
  lineHeight: 22,
87
87
  paddingTop: 8,
88
88
  paddingBottom: 10,
89
+ paddingHorizontal: 8,
89
90
  },
90
91
  textInput_dark: {
91
92
  color: '#fff',
@@ -64,7 +64,6 @@ const styles = StyleSheet.create({
64
64
  },
65
65
  text: {
66
66
  backgroundColor: Color.backgroundTransparent,
67
- fontStyle: 'italic',
68
67
  fontSize: 12,
69
68
  fontWeight: '300',
70
69
  },
@@ -29,6 +29,7 @@ exports[`should render <Composer /> and compare with snapshot 1`] = `
29
29
  "fontSize": 16,
30
30
  "lineHeight": 22,
31
31
  "paddingBottom": 10,
32
+ "paddingHorizontal": 8,
32
33
  "paddingTop": 8,
33
34
  },
34
35
  undefined,
@@ -58,6 +58,7 @@ exports[`should render <InputToolbar /> and compare with snapshot 1`] = `
58
58
  "fontSize": 16,
59
59
  "lineHeight": 22,
60
60
  "paddingBottom": 10,
61
+ "paddingHorizontal": 8,
61
62
  "paddingTop": 8,
62
63
  },
63
64
  undefined,
@@ -52,7 +52,6 @@ exports[`SystemMessage should render <SystemMessage /> and compare with snapshot
52
52
  {
53
53
  "backgroundColor": "transparent",
54
54
  "fontSize": 12,
55
- "fontStyle": "italic",
56
55
  "fontWeight": "300",
57
56
  },
58
57
  undefined,