Skip to content

Commit cd76b23

Browse files
chrisbobbegnprice
authored andcommitted
ComposeBox [nfc]: Rename composeText style to composeInputs
The name sounds like it's meant to style *text*, like make it bold, etc. Change it to reflect its real purpose: controlling the layout of the area that shows the topic and message inputs (and, soon, the row of compose menu buttons).
1 parent 5026fb8 commit cd76b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compose/ComposeBox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ const ComposeBox: React$AbstractComponent<Props, ImperativeHandle> = forwardRef(
650650
flexShrink: 1,
651651
backgroundColor: 'hsla(0, 0%, 50%, 0.1)',
652652
},
653-
composeText: {
653+
composeInputs: {
654654
flex: 1,
655655
paddingVertical: 8,
656656
},
@@ -744,7 +744,7 @@ const ComposeBox: React$AbstractComponent<Props, ImperativeHandle> = forwardRef(
744744
}
745745
onExpandContract={handleComposeMenuToggle}
746746
/>
747-
<View style={styles.composeText}>
747+
<View style={styles.composeInputs}>
748748
<Input
749749
style={styles.topicInput}
750750
autoCapitalize="none"

0 commit comments

Comments
 (0)