This commit is contained in:
Andrew Pareles 2025-01-13 04:16:54 -08:00
parent fc327e3fcb
commit 4cf13b67b0

View file

@ -116,6 +116,7 @@ export const VoidInputBox2 = forwardRef<HTMLTextAreaElement, InputBox2Props>(fun
className="w-full resize-none max-h-[500px] overflow-y-auto"
style={{
// defaultInputBoxStyles
background: asCssVariable(inputBackground),
color: asCssVariable(inputForeground)
// inputBorder: asCssVariable(inputBorder),