mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
FIX: Languages row minimum height
This commit is contained in:
parent
f361c69b4b
commit
44ea632e2e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue