mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
force placeholder color
This commit is contained in:
parent
6d3de34818
commit
dce3f392ce
2 changed files with 5 additions and 1 deletions
|
|
@ -38,6 +38,10 @@
|
|||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.void-force-child-placeholder-void-fg-1 ::placeholder {
|
||||
color: var(--void-fg-3);
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ export const VoidInputBox = ({ onChangeText, onCreateInstance, inputBoxRef, plac
|
|||
ctor={InputBox}
|
||||
className='
|
||||
bg-void-bg-1
|
||||
placeholder:!void-text-void-fg-3
|
||||
@@void-force-child-placeholder-void-fg-1
|
||||
'
|
||||
propsFn={useCallback((container) => [
|
||||
container,
|
||||
|
|
|
|||
Loading…
Reference in a new issue