frontend for xcvr appview

beepbeep

+1 -1
+1 -1
src/lib/components/AutoGrowInput.svelte
··· 53 53 onbeforeinput={onBeforeInput} 54 54 style:font-weight={bold ? "700" : "inherit"} 55 55 style:--theme={color} 56 - style:color={color ? "var(--theme)" : ""} 56 + style:color={color ? "var(--theme)" : "var(--fg)"} 57 57 style:--themep={hexToTransparent(color ?? "#ffffff")} 58 58 style:font-size={fs ?? "1rem"} 59 59 {placeholder}