From 7468a8e1eb3f17e70d2f642a4333a73b741b5975 Mon Sep 17 00:00:00 2001 From: Nicolay Arefyeu Date: Fri, 28 Apr 2023 13:06:22 +0300 Subject: [PATCH] change position --- src/styles/styles.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,