mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58: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"
|
className="w-full resize-none max-h-[500px] overflow-y-auto"
|
||||||
style={{
|
style={{
|
||||||
|
// defaultInputBoxStyles
|
||||||
background: asCssVariable(inputBackground),
|
background: asCssVariable(inputBackground),
|
||||||
color: asCssVariable(inputForeground)
|
color: asCssVariable(inputForeground)
|
||||||
// inputBorder: asCssVariable(inputBorder),
|
// inputBorder: asCssVariable(inputBorder),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue