mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): increase contrast between disabled and enabled inputs
This commit is contained in:
parent
8aeeee4752
commit
7ba2108eb0
@ -12,7 +12,7 @@ export const getInputFilledStyles = (
|
||||
const bgHover = variant === 'darkFilled' ? 'base.750' : 'base.650';
|
||||
const error = 'error.600';
|
||||
const errorHover = 'error.500';
|
||||
const fg = 'base.200';
|
||||
const fg = 'base.100';
|
||||
|
||||
const baseColors = {
|
||||
color: fg,
|
||||
@ -34,6 +34,7 @@ export const getInputFilledStyles = (
|
||||
_invalid,
|
||||
};
|
||||
const _disabled = {
|
||||
opacity: 0.35,
|
||||
_hover: baseColors,
|
||||
};
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user