mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-27 15:37:34 +03:00
Changed test style name
This commit is contained in:
parent
045c1c2c9b
commit
ac0b6a8aaf
src/components/basicUIElements/view/walletLineItem
@ -74,7 +74,7 @@ export default EStyleSheet.create({
|
||||
justifyContent: 'center',
|
||||
alignSelf: 'center',
|
||||
},
|
||||
test: {
|
||||
dropdownWrapper: {
|
||||
flex: 1,
|
||||
},
|
||||
});
|
||||
|
@ -78,7 +78,7 @@ const WalletLineItem = ({
|
||||
</View>
|
||||
)}
|
||||
{dropdown && (
|
||||
<View style={styles.test}>
|
||||
<View style={styles.dropdownWrapper}>
|
||||
<DropdownButton
|
||||
isHasChildIcon
|
||||
iconName="arrow-drop-down"
|
||||
|
Loading…
Reference in New Issue
Block a user