Skip to content

Commit

Permalink
Fixed invisible white title font on mnemonic page
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Jul 18, 2022
1 parent 5b2fe74 commit 4a3a3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/registration/accounts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="pt-get-started q-mt-sm q-pa-lg">

<template v-if="steps === totalSteps">
<h5 class="q-ma-none get-started-text">Mnemonic Backup Phrase</h5>
<h5 class="q-ma-none get-started-text text-black">Mnemonic Backup Phrase</h5>
<p v-if="importSeedPhrase" class="dim-text" style="margin-top: 10px;">
Double check if this matches your mnemonic backup phrase.
</p>
Expand Down

0 comments on commit 4a3a3fd

Please sign in to comment.