mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Add missing IAIMantineSelect disabled styles
This commit is contained in:
parent
b51ab056f2
commit
3a19be1606
@ -34,6 +34,10 @@ const IAIMantineSelect = (props: IAISelectProps) => {
|
||||
'&:focus': {
|
||||
borderColor: 'var(--invokeai-colors-accent-600)',
|
||||
},
|
||||
'&:disabled': {
|
||||
backgroundColor: 'var(--invokeai-colors-base-700)',
|
||||
color: 'var(--invokeai-colors-base-400)',
|
||||
},
|
||||
},
|
||||
dropdown: {
|
||||
backgroundColor: 'var(--invokeai-colors-base-800)',
|
||||
|
Loading…
Reference in New Issue
Block a user