Skip to content

Commit 928911c

Browse files
committed
fix(no-deprecated-props): add theme to VIcon
1 parent 3ba4784 commit 928911c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-deprecated-props.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ const replacements = {
369369
left: 'start',
370370
right: 'end',
371371
...sizes,
372+
...theme,
372373
},
373374
VImg: {
374375
contain: { custom: 'cover' },

0 commit comments

Comments
 (0)