Skip to content

Commit

Permalink
Red textarea for error
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-chong committed Oct 5, 2023
1 parent 2a91d34 commit 4ae69d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HandImporter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="mt-1 w-[52rem]">
<textarea
v-model="importText"
class="block w-full h-[36rem] px-2 py-1 rounded-lg textarea text-sm font-mono"
:class='"block w-full h-[36rem] px-2 py-1 rounded-lg textarea text-sm font-mono " + (importTextError ? "textarea-error" : "")'
@change="onImportTextChanged"
spellcheck="false"
/>
Expand Down

0 comments on commit 4ae69d2

Please sign in to comment.