wrap q-icon in div to prevent text rendering problem
This commit is contained in:
parent
315bcae4ca
commit
306549a656
1 changed files with 3 additions and 1 deletions
|
|
@ -527,7 +527,9 @@
|
|||
<q-dialog v-model="showRegistrationDialog" persistent position="top">
|
||||
<q-card class="q-pa-lg" style="width: 500px; max-width: 90vw">
|
||||
<div class="text-center q-mb-lg">
|
||||
<q-icon name="account_circle" size="4em" color="orange" />
|
||||
<div>
|
||||
<q-icon name="account_circle" size="4em" color="orange" />
|
||||
</div>
|
||||
<div class="text-h5 q-mt-md text-orange-8">Welcome to DCA!</div>
|
||||
<div class="text-body2 text-grey-7">Let's set up your Bitcoin Dollar Cost Averaging account</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue