input color

This commit is contained in:
Mathew Pareles 2025-01-13 17:00:07 -08:00
parent accff821f8
commit 164684a39b

View file

@ -115,7 +115,7 @@ export const VoidInputBox2 = forwardRef<HTMLTextAreaElement, InputBox2Props>(fun
disabled={!isEnabled}
className={`w-full resize-none overflow-y-auto ${className}`}
className={`w-full resize-none max-h-[500px] overflow-y-auto text-void-fg-1 placeholder:text-void-fg-3 ${className}`}
style={{
// defaultInputBoxStyles
background: asCssVariable(inputBackground),