mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
add margins to the title
This commit is contained in:
parent
32cbe5bdd5
commit
4c118dfd51
@ -189,12 +189,13 @@ export default class WalletTransactions extends Component {
|
|||||||
|
|
||||||
renderListHeaderComponent = () => {
|
renderListHeaderComponent = () => {
|
||||||
return (
|
return (
|
||||||
<View style={{ flex: 1, flexDirection: 'row', height: 50 }}>
|
<View style={{ flex: 1, flexDirection: 'row' }}>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
flex: 1,
|
flex: 1,
|
||||||
marginLeft: 15,
|
marginLeft: 16,
|
||||||
marginTop: 10,
|
marginTop: 24,
|
||||||
|
marginBottom: 8,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
fontSize: 24,
|
fontSize: 24,
|
||||||
color: BlueApp.settings.foregroundColor,
|
color: BlueApp.settings.foregroundColor,
|
||||||
|
Loading…
Reference in New Issue
Block a user