Skip to content

Commit

Permalink
[material-ui][docs] Fix typo in CSS theme variables customization (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Mar 27, 2024
1 parent cc8d22f commit 5461733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Then, you can access those variables from the `theme.vars` object:
const Divider = styled('hr')(({ theme }) => ({
height: 1,
border: '1px solid',
borderColor: theme.vars.palette.border.subtile,
borderColor: theme.vars.palette.border.subtle,
backgroundColor: theme.vars.palette.gradient,
}));
```
Expand Down

0 comments on commit 5461733

Please sign in to comment.