Skip to content

Commit

Permalink
fix instagram post demo due to Link color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 8, 2022
1 parent 65fa5a3 commit 8d2893b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
15 changes: 13 additions & 2 deletions docs/data/joy/components/card/InstagramPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,22 @@ export default function InstagramPost() {
</IconButton>
</Box>
</Box>
<Link component="button" color="neutral" fontSize="sm" fontWeight="lg">
<Link
component="button"
underline="none"
fontSize="sm"
fontWeight="lg"
textColor="text.primary"
>
8.1M Likes
</Link>
<Typography fontSize="sm">
<Link component="button" color="neutral" fontWeight="lg">
<Link
component="button"
color="neutral"
fontWeight="lg"
textColor="text.primary"
>
MUI
</Link>{' '}
The React component library you always wanted
Expand Down
15 changes: 13 additions & 2 deletions docs/data/joy/components/card/InstagramPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,22 @@ export default function InstagramPost() {
</IconButton>
</Box>
</Box>
<Link component="button" color="neutral" fontSize="sm" fontWeight="lg">
<Link
component="button"
underline="none"
fontSize="sm"
fontWeight="lg"
textColor="text.primary"
>
8.1M Likes
</Link>
<Typography fontSize="sm">
<Link component="button" color="neutral" fontWeight="lg">
<Link
component="button"
color="neutral"
fontWeight="lg"
textColor="text.primary"
>
MUI
</Link>{' '}
The React component library you always wanted
Expand Down

0 comments on commit 8d2893b

Please sign in to comment.