Skip to content

Commit

Permalink
Update client/components/ui/TimePicker.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr authored May 25, 2024
1 parent b9cb54d commit c58d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/ui/TimePicker.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div type="text" readonly tabindex="0" @focus="focusDigit('second0')" class="relative">
<div tabindex="0" @focus="focusDigit('second0')" class="relative">
<div class="rounded text-gray-200 border w-full px-3 py-2" :class="focusedDigit ? 'bg-primary bg-opacity-50 border-gray-300' : 'bg-primary border-gray-600'" @click="clickInput" v-click-outside="clickOutsideObj">
<div class="flex items-center">
<template v-for="(digit, index) in digitDisplay">
Expand Down

0 comments on commit c58d613

Please sign in to comment.