Update client/components/ui/TimePicker.vue

This commit is contained in:
advplyr 2024-05-25 14:58:46 -05:00 committed by GitHub
parent b9cb54db71
commit c58d613949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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">