mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
style: Theme placeholder style for IAIMantineMultiSelect
This commit is contained in:
parent
f4ca9d0e09
commit
80a8d3ef28
@ -17,6 +17,11 @@ const IAIMantineMultiSelect = (props: IAIMultiSelectProps) => {
|
||||
color: 'var(--invokeai-colors-base-300)',
|
||||
fontWeight: 'normal',
|
||||
},
|
||||
searchInput: {
|
||||
'::placeholder': {
|
||||
color: 'var(--invokeai-colors-base-700)',
|
||||
},
|
||||
},
|
||||
input: {
|
||||
backgroundColor: 'var(--invokeai-colors-base-900)',
|
||||
borderWidth: '2px',
|
||||
|
Loading…
Reference in New Issue
Block a user