diff --git a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx index 966ab5b9..162097ad 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx @@ -115,7 +115,7 @@ export const VoidInputBox2 = forwardRef(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),