Skip to content

Commit

Permalink
fix focus issue on the MaterialDesignKits section
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Apr 30, 2024
1 parent 2bd7449 commit ac26fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/productMaterial/MaterialDesignKits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export default function MaterialDesignKits({ gradient }: MaterialDesignKitsProps
}
description="Reach out for the Figma Design Kit and the Sync plugin to bridge the gap between development and design when using Material UI."
/>
<Group sx={{ mt: 4, pb: { xs: 0, md: 2 } }}>
<Group sx={{ m: -2, p: 2 }}>
<Highlighter disableBorder selected={customized} onClick={() => setCustomized(true)}>
<Item
icon={<DrawRoundedIcon color="primary" />}
title="Design Kit"
description="Get many of the Material UI components with states, variations, colors, typography, and icons on your preferred design tool."
description="Get many Material UI components with states, variations, colors, typography, and icons on your preferred design tool."
/>
</Highlighter>
<Highlighter disableBorder selected={!customized} onClick={() => setCustomized(false)}>
Expand Down

0 comments on commit ac26fe7

Please sign in to comment.