Skip to content

Commit be1aec3

Browse files
committed
try going with a blue
1 parent a6cc10e commit be1aec3

File tree

1 file changed

+2
-2
lines changed
  • site/src/components/DeploySettingsLayout

1 file changed

+2
-2
lines changed

site/src/components/DeploySettingsLayout/Option.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ export const OptionConfig = ({
7272
fontWeight: 600,
7373
backgroundColor: (theme) =>
7474
source
75-
? theme.palette.success.dark
75+
? theme.palette.primary.dark
7676
: theme.palette.background.paperLight,
7777
display: "inline-flex",
7878
alignItems: "center",
7979
borderRadius: 0.25,
8080
padding: (theme) => theme.spacing(0, 1),
8181
border: (theme) =>
8282
`1px solid ${
83-
source ? theme.palette.success.light : theme.palette.divider
83+
source ? theme.palette.primary.main : theme.palette.divider
8484
}`,
8585
...boxProps.sx,
8686
}}

0 commit comments

Comments
 (0)