Page MenuHomePhabricator

D5169.diff
No OneTemporary

D5169.diff

diff --git a/native/chat/chat-input-bar.react.js b/native/chat/chat-input-bar.react.js
--- a/native/chat/chat-input-bar.react.js
+++ b/native/chat/chat-input-bar.react.js
@@ -530,7 +530,7 @@
<AnimatedView style={this.cameraRollIconStyle}>
<SWMansionIcon
name="image-1"
- size={24}
+ size={28}
color={`#${this.props.threadInfo.color}`}
/>
</AnimatedView>
@@ -543,7 +543,7 @@
<AnimatedView style={this.cameraIconStyle}>
<SWMansionIcon
name="camera"
- size={24}
+ size={28}
color={`#${this.props.threadInfo.color}`}
/>
</AnimatedView>
@@ -717,15 +717,16 @@
const unboundStyles = {
cameraIcon: {
- paddingBottom: Platform.OS === 'android' ? 12 : 11,
- paddingRight: 4,
+ paddingBottom: Platform.OS === 'android' ? 11 : 8,
+ paddingRight: 5,
},
cameraRollIcon: {
- paddingBottom: Platform.OS === 'android' ? 12 : 11,
- paddingRight: 6,
+ paddingBottom: Platform.OS === 'android' ? 11 : 8,
+ paddingRight: 5,
},
container: {
backgroundColor: 'listBackground',
+ paddingLeft: Platform.OS === 'android' ? 10 : 5,
},
expandButton: {
bottom: 0,
@@ -734,6 +735,7 @@
},
expandIcon: {
paddingBottom: Platform.OS === 'android' ? 13 : 11,
+ paddingRight: 2,
},
expandoButtons: {
alignSelf: 'flex-end',

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 10, 11:10 AM (15 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2848980
Default Alt Text
D5169.diff (1 KB)

Event Timeline