Skip to content

Commit

Permalink
fix: replace VCard outlined with border not variant
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 11, 2024
1 parent be21be7 commit 2892491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const replacements = {
VCard: {
activeClass: false,
loaderHeight: false,
outlined: { name: 'variant', value: 'outlined' },
outlined: 'border',
raised: { name: 'elevation', value: 8 },
shaped: false,
...link,
Expand Down

0 comments on commit 2892491

Please sign in to comment.