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 a6cc10e commit be1aec3Copy full SHA for be1aec3
site/src/components/DeploySettingsLayout/Option.tsx
@@ -72,15 +72,15 @@ export const OptionConfig = ({
72
fontWeight: 600,
73
backgroundColor: (theme) =>
74
source
75
- ? theme.palette.success.dark
+ ? theme.palette.primary.dark
76
: theme.palette.background.paperLight,
77
display: "inline-flex",
78
alignItems: "center",
79
borderRadius: 0.25,
80
padding: (theme) => theme.spacing(0, 1),
81
border: (theme) =>
82
`1px solid ${
83
- source ? theme.palette.success.light : theme.palette.divider
+ source ? theme.palette.primary.main : theme.palette.divider
84
}`,
85
...boxProps.sx,
86
}}
0 commit comments