Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon authored May 2, 2024
1 parent 29a544f commit 550ca11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Stops/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<ServiceAlert :alert="serviceAlert" v-for="(serviceAlert, id) in this.serviceAlerts" v-bind:key="id" />
</div>

<div class="material-symbols-outlined text-base bg-gray-700 text-gray-500 px-2 py-1 rounded-lg inline-block align-middle mr-1" @click="openDatetimePicker()" >
<input type="datetime-local" @input="updateDatetimePicker" ref="datetime" hidden>
<div class="material-symbols-outlined text-base bg-gray-200 text-gray-400 dark:bg-gray-700 dark:text-gray-500 px-2 py-1 rounded-lg inline-block align-middle mr-1" @click="this.$refs.datetime.showPicker()" >
<input type="datetime-local" @input="updateDatetimePicker" ref="datetime" hidden>
calendar_clock
</div>
<div class="inline-block">
Expand Down

0 comments on commit 550ca11

Please sign in to comment.