fix: revert accidental change

This commit is contained in:
silentoplayz 2025-08-16 02:26:51 -04:00
parent dfc9412117
commit fe4b7621b3

View file

@ -139,7 +139,7 @@
<input <input
type="text" type="text"
class=" w-full rounded-lg py-1 text-left text-sm dark:text-gray-300 dark:bg-gray-850 outline-hidden border border-gray-100 dark:border-gray-850" class=" w-full rounded-lg py-1 text-left text-sm dark:text-gray-300 dark:bg-gray-850 outline-hidden border border-gray-100 dark:border-gray-850"
placeholder={$i18n.t("Enter hex color (e.g. #FF0000)")} placeholder={$i18n.t("Enter coordinates (e.g. 51.505, -0.09)")}
bind:value={valves[property]} bind:value={valves[property]}
autocomplete="off" autocomplete="off"
on:change={() => { on:change={() => {