Update dependencies

This commit is contained in:
Matthew Ellison
2026-08-15 17:28:19 -04:00
parent 9ca9594681
commit 1a6de33ca7
61 changed files with 2805 additions and 4372 deletions

View File

@@ -14,7 +14,7 @@ export default function KeywordArea({
<TextArea
placeholder="Keyword"
value={value}
onChange={(e) => onChange(e.target.value)}
onChange={onChange}
inputClassName="h-40 w-160 [resize:none]"
labelClassName="bg-(--bg-color) text-(--text-color) peer-focus:bg-(--bg-color) peer-focus:text-(--text-color)"
/>