Skip to content

Commit bbd36cc

Browse files
committed
fix: remove theme props from NavigationDrawer and Snackbar
1 parent e394acb commit bbd36cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/no-deprecated-props.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ const replacements = {
409409
src: 'image',
410410
stateless: false,
411411
value: 'model-value',
412+
...theme,
412413
},
413414
VOverlay: {
414415
color: 'scrim',
@@ -516,6 +517,7 @@ const replacements = {
516517
tile: false,
517518
top: { name: 'location', value: 'top' },
518519
value: 'model-value',
520+
...theme,
519521
},
520522
VSwitch: {
521523
...inputs,

0 commit comments

Comments
 (0)