Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3740433
D5169.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D5169.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5169: [native] Increase size of camera and gallery icons
Attached
Detach File
Event Timeline
Log In to Comment