Skip to content

Commit

Permalink
[docs] Change "coming soon" chip color (mui#36786)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored and hbjORbj committed Apr 9, 2023
1 parent c2a2751 commit 41058f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppNavDrawerItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export default function AppNavDrawerItem(props) {
{plan === 'premium' && <span className="plan-premium" title="Premium plan" />}
{legacy && <Chip label="Legacy" sx={sxChip('warning')} />}
{newFeature && <Chip label="New" sx={sxChip('success')} />}
{comingSoon && <Chip label="Coming soon" sx={sxChip('primary')} />}
{comingSoon && <Chip label="Coming soon" sx={sxChip('grey')} />}
{expandable && !subheader && <ItemButtonIcon className="ItemButtonIcon" open={open} />}
</Item>
{expandable ? (
Expand Down

0 comments on commit 41058f5

Please sign in to comment.