Skip to content

Commit

Permalink
[docs-infra] Fix info callout border color (#38370)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored Aug 8, 2023
1 parent d3cd842 commit b2d7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/MarkdownElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ const Root = styled('div')(
'&.MuiCallout-info': {
color: `var(--muidocs-palette-primary-50, ${darkTheme.palette.primary[50]})`,
backgroundColor: alpha(darkTheme.palette.grey[700], 0.2),
borderColor: `var(--muidocs-palette-primary-800, ${darkTheme.palette.grey[800]})`,
borderColor: `var(--muidocs-palette-grey-800, ${darkTheme.palette.grey[800]})`,
'& strong': {
color: `var(--muidocs-palette-primary-200, ${darkTheme.palette.primary[200]})`,
},
Expand Down

0 comments on commit b2d7aec

Please sign in to comment.