Skip to content

Commit

Permalink
Add fixed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 14, 2024
1 parent 4f411a0 commit f689556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f689556

Please sign in to comment.