Skip to content

Commit

Permalink
WalletHeader: increase size of Settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Oct 22, 2023
1 parent 682fdac commit cac0f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/WalletHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ export default class WalletHeader extends React.Component<
{multipleNodes ? (
<NodeIdenticon
selectedNode={selectedNode}
width={30}
width={35}
rounded
/>
) : (
<Image source={Contact} style={{ width: 30, height: 30 }} />
<Image source={Contact} style={{ width: 35, height: 35 }} />
)}
</TouchableOpacity>
);
Expand Down

0 comments on commit cac0f51

Please sign in to comment.