mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 03:11:38 +03:00
fine tuned reply modal experience
This commit is contained in:
parent
bfa37ed681
commit
e78c8e8e1a
@ -16,7 +16,7 @@ export default EStyleSheet.create({
|
||||
},
|
||||
|
||||
modalContainer: {
|
||||
paddingVertical: 4,
|
||||
paddingTop: 4,
|
||||
paddingBottom: Platform.select({
|
||||
ios:isIphoneX() ? getBottomSpace() - 20 : 12,
|
||||
android: 20
|
||||
@ -42,12 +42,12 @@ export default EStyleSheet.create({
|
||||
fontWeight: '500',
|
||||
},
|
||||
inputContainer: {
|
||||
paddingHorizontal: 16,
|
||||
paddingVertical: 8,
|
||||
paddingVertical: 6,
|
||||
height: 120,
|
||||
},
|
||||
textInput: {
|
||||
color: '$primaryBlack',
|
||||
paddingHorizontal:16,
|
||||
fontSize: 16,
|
||||
flexGrow: 1,
|
||||
fontWeight: '500',
|
||||
|
@ -32,7 +32,7 @@ const QuickReplyModal = ({ fetchPost }: QuickReplyModalProps, ref) => {
|
||||
<ActionSheet
|
||||
ref={sheetModalRef}
|
||||
gestureEnabled={true}
|
||||
keyboardShouldPersistTaps="handled"
|
||||
keyboardShouldPersistTaps="always"
|
||||
containerStyle={styles.sheetContent}
|
||||
keyboardHandlerEnabled
|
||||
indicatorColor={EStyleSheet.value('$primaryWhiteLightBackground')}
|
||||
|
Loading…
Reference in New Issue
Block a user