tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
beepbeep
moth11.net
6 months ago
317af8bb
eda9ba11
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
components
AutoGrowInput.svelte
+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
56
-
style:color={color ? "var(--theme)" : ""}
56
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}