diff --git a/src/styles/styles.js b/src/styles/styles.js index 906e1083fd9b..271ab9a5227c 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1466,11 +1466,6 @@ const styles = { borderColor: themeColors.borderFocus, }, - textInputComposeBorder: { - borderLeftWidth: 1, - borderColor: themeColors.border, - }, - chatItemComposeBox: { backgroundColor: themeColors.componentBG, borderWidth: 1, @@ -1536,6 +1531,11 @@ const styles = { flex: 1, }, + textInputComposeBorder: { + borderLeftWidth: 1, + borderColor: themeColors.border, + }, + chatItemSubmitButton: { alignSelf: 'flex-end', borderRadius: variables.componentBorderRadiusRounded,