Skip to content

Commit

Permalink
change position
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Apr 28, 2023
1 parent 5ea1af4 commit 7468a8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1466,11 +1466,6 @@ const styles = {
borderColor: themeColors.borderFocus,
},

textInputComposeBorder: {
borderLeftWidth: 1,
borderColor: themeColors.border,
},

chatItemComposeBox: {
backgroundColor: themeColors.componentBG,
borderWidth: 1,
Expand Down Expand Up @@ -1536,6 +1531,11 @@ const styles = {
flex: 1,
},

textInputComposeBorder: {
borderLeftWidth: 1,
borderColor: themeColors.border,
},

chatItemSubmitButton: {
alignSelf: 'flex-end',
borderRadius: variables.componentBorderRadiusRounded,
Expand Down

0 comments on commit 7468a8e

Please sign in to comment.