Skip to content

Commit

Permalink
[joy-ui][docs] Update case studies chip background color (#41413)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherlogs committed Mar 9, 2024
1 parent 655eff4 commit fd78ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function ColorInversionHeader() {
sx={{
ml: 'auto',
bgcolor: (theme) =>
`rgba(${theme.vars.palette.primary.mainChannel} / 0.1)`,
`rgba(${theme.vars.palette[color].mainChannel} / 0.4)`,
}}
>
Beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function ColorInversionHeader() {
sx={{
ml: 'auto',
bgcolor: (theme) =>
`rgba(${theme.vars.palette.primary.mainChannel} / 0.1)`,
`rgba(${theme.vars.palette[color].mainChannel} / 0.4)`,
}}
>
Beta
Expand Down

0 comments on commit fd78ad5

Please sign in to comment.