Add fixed colors

prod
Cagatay Civici 2024-11-14 13:04:59 +03:00
parent 4f411a0c24
commit f6895561ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<label :for="inputId" class="text-sm">{{ label }}</label>
<label :for="inputId" class="text-sm text-zinc-700 dark:text-white">{{ label }}</label>
<div :id="id" class="relative">
<AutoComplete
:modelValue="modelValue"