Skip to content

Commit

Permalink
slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Dec 18, 2024
1 parent 364429b commit f5420bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/MainHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
color="primary"
aria-label="Menu"
@click="toggleLeftDrawer"
:disable="uiStore.globalMutexLock"
/>
<q-toolbar-title></q-toolbar-title>
<transition
Expand Down
2 changes: 1 addition & 1 deletion src/pages/welcome/WelcomeSlide1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<q-expansion-item
dense
dense-toggle
class="text-left"
class="text-left q-mt-lg"
label="Click to learn more"
>
<p class="q-mt-md">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/welcome/WelcomeSlide3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<q-checkbox
v-model="welcomeStore.seedPhraseValidated"
label="I have written it down"
class="q-mt-md"
class="q-mt-sm"
style="font-size: 1rem"
/>
</div>
Expand Down

0 comments on commit f5420bf

Please sign in to comment.