mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
input color
This commit is contained in:
parent
accff821f8
commit
164684a39b
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue