mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-19 22:38:12 +00:00
better styling on ViewWallet view
This commit is contained in:
parent
9758aa6df3
commit
e23409cbac
@ -7,9 +7,11 @@ export default class ViewWallet extends Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={{marginTop: '50px'}}>
|
<section className="container" style={{minHeight: '50%'}}>
|
||||||
|
<div className="tab-content">
|
||||||
<h1>View Wallet</h1>
|
<h1>View Wallet</h1>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user