mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
FIX: Languages row minimum height
This commit is contained in:
parent
f361c69b4b
commit
44ea632e2e
@ -14,6 +14,7 @@ const styles = StyleSheet.create({
|
||||
flex: {
|
||||
flex: 1,
|
||||
},
|
||||
row: { minHeight: 60 },
|
||||
});
|
||||
|
||||
const Language = () => {
|
||||
@ -51,6 +52,7 @@ const Language = () => {
|
||||
title={item.label}
|
||||
checkmark={language === item.value}
|
||||
onPress={() => onLanguageSelect(item)}
|
||||
containerStyle={styles.row}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user