refactor: Remove redundant CSS class in TextAreaInput.svelte

This commit is contained in:
kwaroran
2024-05-27 12:09:43 +09:00
parent 6d5be694d0
commit 584643ac87

View File

@@ -766,7 +766,7 @@
<TextAreaInput highlight margin="both" autocomplete="off" bind:value={currentChar.data.backgroundHTML}></TextAreaInput>
<span class="text-textcolor mt-2">{language.defaultVariables} <Help key="defaultVariables" /></span>
<TextAreaInput highlight margin="both" autocomplete="off" bind:value={currentChar.data.defaultVariables}></TextAreaInput>
<TextAreaInput margin="both" autocomplete="off" bind:value={currentChar.data.defaultVariables}></TextAreaInput>
<span class="text-textcolor">{language.creator}</span>
<TextInput size="sm" autocomplete="off" bind:value={currentChar.data.additionalData.creator} />