Skip to content

Commit 8514368

Browse files
committed
[joy-ui][docs] Update Case Studies Chip Background Color
1 parent 1e80616 commit 8514368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data/joy/main-features/color-inversion/ColorInversionHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function ColorInversionHeader() {
9191
sx={{
9292
ml: 'auto',
9393
bgcolor: (theme) =>
94-
`rgba(${theme.vars.palette.primary.mainChannel} / 0.1)`,
94+
`rgba(${theme.vars.palette[color].mainChannel} / 0.4)`,
9595
}}
9696
>
9797
Beta

docs/data/joy/main-features/color-inversion/ColorInversionHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function ColorInversionHeader() {
9696
sx={{
9797
ml: 'auto',
9898
bgcolor: (theme) =>
99-
`rgba(${theme.vars.palette.primary.mainChannel} / 0.1)`,
99+
`rgba(${theme.vars.palette[color].mainChannel} / 0.4)`,
100100
}}
101101
>
102102
Beta

0 commit comments

Comments
 (0)