Merge branch 'development' of https://github.com/ecency/ecency-mobile into sa/power-down-screen

This commit is contained in:
Sadaqat Ali 2022-04-18 22:27:08 +05:00
commit 010b1c119e
3 changed files with 5 additions and 3 deletions

View File

@ -75,7 +75,7 @@ const DropdownButtonView = ({
renderRowProps={{ underlayColor: EStyleSheet.value('$modalBackground'), style:styles.rowWrapper}}
style={[!style ? styles.button : style]}
textStyle={[textStyle || styles.buttonText]}
dropdownStyle={[styles.dropdown, dropdownStyle, !selectedOptionIndex && { height: 35 * (options.length + 1) }]}
dropdownStyle={[styles.dropdown, dropdownStyle, { height: 32 * (options.length + 1) }]}
dropdownTextStyle={[dropdownTextStyle || styles.dropdownText]}
dropdownTextHighlightStyle={styles.dropdownTextHighlight}
options={options}

View File

@ -28,9 +28,11 @@ export default EStyleSheet.create({
textAlign: 'left',
},
dropdownStyle: {
marginTop: 15,
marginTop: 4,
minWidth: 192,
width: 192,
borderWidth: EStyleSheet.hairlineWidth,
borderColor: '$primaryDarkGray',
},
dropdownButtonStyle: {
borderColor: '$primaryGray',

View File

@ -217,7 +217,7 @@
"currency": "Currency",
"language": "Language",
"server": "Server",
"color_theme": "Color Theme",
"color_theme": "Appearance",
"push_notification": "Push Notification",
"notification": {
"follow": "Follow",