fix wrong type def in lib to match header

This commit is contained in:
zxkmm 2023-12-28 17:07:43 +08:00
parent 2051a2a7d6
commit 2a08298060

View file

@ -44,7 +44,7 @@
bind:checked={settingValue}
on:change={changed}
/>
{:else if type === "input"}
{:else if type === "textinput"}
<!-- Text Input -->
<input
class="b3-text-field fn__flex-center fn__size200"