mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
comment
This commit is contained in:
parent
fc327e3fcb
commit
4cf13b67b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue