Browse Source

add proper 3 dots icon to missing elements

keystore
ncoelho 5 years ago
parent
commit
ded01fb76a
  1. 6
      BlueComponents.js
  2. 2
      screen/wallets/transactions.js

6
BlueComponents.js

@ -934,11 +934,11 @@ export class BlueTransactionPendingIcon extends Component {
<View style={stylesBlueIcon.ball}>
<Icon
{...this.props}
name="ellipsis-h"
name="kebab-horizontal"
size={16}
type="font-awesome"
type="octicon"
color={BlueApp.settings.foregroundColor}
iconStyle={{ left: 0, top: 6 }}
iconStyle={{ left: 0, top: 7 }}
/>
</View>
</View>

2
screen/wallets/transactions.js

@ -35,7 +35,7 @@ export default class WalletTransactions extends Component {
})
}
>
<Icon name="ellipsis-h" type="font-awesome" size={22} color="#FFFFFF" />
<Icon name="kebab-horizontal" type="octicon" size={22} color="#FFFFFF" />
</TouchableOpacity>
),
headerStyle: {

Loading…
Cancel
Save