Add caret color
This commit is contained in:
parent
d1c619bb9e
commit
595bc85f19
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const placeholder = Astro.currentLocale === "fr" ? "Entrez votre email" : "Enter
|
||||||
type="text"
|
type="text"
|
||||||
id={id}
|
id={id}
|
||||||
name="footer-input"
|
name="footer-input"
|
||||||
class="block w-full rounded-lg border-transparent bg-neutral-100 px-4 py-3 text-sm text-neutral-600 focus:border-orange-400 focus:ring-orange-400 disabled:pointer-events-none disabled:opacity-50 dark:border-transparent dark:bg-neutral-700 dark:text-gray-300 dark:placeholder:text-neutral-300"
|
class="block w-full rounded-lg border-transparent bg-neutral-100 px-4 py-3 text-sm text-neutral-600 focus:border-orange-400 focus:ring-orange-400 disabled:pointer-events-none disabled:opacity-50 dark:border-transparent dark:bg-neutral-700 dark:text-gray-300 dark:placeholder:text-neutral-300 caret-orange-400"
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue