forked from 0x2620/oxjs
fix disabled input text color in light and dark theme; add disabled input to form example
This commit is contained in:
parent
7516c940f5
commit
ea918ff6da
3 changed files with 11 additions and 2 deletions
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
"inputGradient": [[0, 0, 0], [32, 32, 32]],
|
||||
"inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
|
||||
"inputDisabledColor": [128, 128, 128],
|
||||
"inputDisabledColor": [64, 64, 64],
|
||||
"inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],
|
||||
"inputErrorColor": [255, 64, 64],
|
||||
"inputFocusBorder": [48, 48, 48],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue