Skip to content

Commit

Permalink
swap the location of now and switch mode button
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Apr 5, 2024
1 parent 821c7bf commit 2229511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/mobile/DateTimeSelectionSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<f7-toolbar>
<div class="swipe-handler"></div>
<div class="left">
<f7-link :text="switchButtonTitle" @click="switchMode"></f7-link>
<f7-link :text="$t('Now')" @click="setCurrentTime"></f7-link>
</div>
<div class="right">
<f7-link :text="$t('Done')" @click="confirm"></f7-link>
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="margin-top text-align-center">
<div class="display-flex padding-horizontal justify-content-space-between">
<div class="align-self-center">{{ displayTime }}</div>
<f7-button fill :text="$t('Now')" @click="setCurrentTime"></f7-button>
<f7-button outline :text="switchButtonTitle" @click="switchMode"></f7-button>
</div>
</div>
</f7-page-content>
Expand Down

0 comments on commit 2229511

Please sign in to comment.