We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeeee4 commit 7ba2108Copy full SHA for 7ba2108
invokeai/frontend/web/src/theme/util/getInputFilledStyles.ts
@@ -12,7 +12,7 @@ export const getInputFilledStyles = (
12
const bgHover = variant === 'darkFilled' ? 'base.750' : 'base.650';
13
const error = 'error.600';
14
const errorHover = 'error.500';
15
- const fg = 'base.200';
+ const fg = 'base.100';
16
17
const baseColors = {
18
color: fg,
@@ -34,6 +34,7 @@ export const getInputFilledStyles = (
34
_invalid,
35
};
36
const _disabled = {
37
+ opacity: 0.35,
38
_hover: baseColors,
39
40
return {
0 commit comments