diff --git a/native/chat/chat-thread-list-see-more-sidebars.react.js b/native/chat/chat-thread-list-see-more-sidebars.react.js --- a/native/chat/chat-thread-list-see-more-sidebars.react.js +++ b/native/chat/chat-thread-list-see-more-sidebars.react.js @@ -33,7 +33,7 @@ style={styles.button} onPress={onPressButton} > - + See more... ); diff --git a/native/chat/message-list-header-title.react.js b/native/chat/message-list-header-title.react.js --- a/native/chat/message-list-header-title.react.js +++ b/native/chat/message-list-header-title.react.js @@ -41,10 +41,10 @@ let icon, fakeIcon; if (Platform.OS === 'ios' && areSettingsEnabled) { icon = ( - + ); fakeIcon = ( - + ); } @@ -87,14 +87,14 @@ justifyContent: Platform.OS === 'android' ? 'flex-start' : 'center', }, fakeIcon: { - paddingRight: 7, + paddingRight: 3, paddingTop: 3, flex: 1, minWidth: 25, opacity: 0, }, forwardIcon: { - paddingLeft: 7, + paddingLeft: 3, paddingTop: 3, color: 'headerChevron', flex: 1, diff --git a/native/chat/settings/thread-settings-list-action.react.js b/native/chat/settings/thread-settings-list-action.react.js --- a/native/chat/settings/thread-settings-list-action.react.js +++ b/native/chat/settings/thread-settings-list-action.react.js @@ -44,8 +44,8 @@ - + ); }