File tree 1 file changed +19
-5
lines changed
packages/vuetify/src/blueprints
1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const md3: Blueprint = {
10
10
flat : true ,
11
11
} ,
12
12
VAutocomplete : {
13
- variant : 'filled ' ,
13
+ variant : 'outlined ' ,
14
14
} ,
15
15
VBanner : {
16
16
color : 'primary' ,
@@ -37,7 +37,10 @@ export const md3: Blueprint = {
37
37
rounded : 'sm' ,
38
38
} ,
39
39
VCombobox : {
40
- variant : 'filled' ,
40
+ variant : 'outlined' ,
41
+ } ,
42
+ VDateInput : {
43
+ variant : 'outlined' ,
41
44
} ,
42
45
VDatePicker : {
43
46
controlHeight : 48 ,
@@ -52,6 +55,9 @@ export const md3: Blueprint = {
52
55
rounded : 'circle' ,
53
56
} ,
54
57
} ,
58
+ VFileInput : {
59
+ variant : 'outlined' ,
60
+ } ,
55
61
VNavigationDrawer : {
56
62
// VList: {
57
63
// nav: true,
@@ -60,8 +66,16 @@ export const md3: Blueprint = {
60
66
// },
61
67
// },
62
68
} ,
69
+ VNumberInput : {
70
+ variant : 'outlined' ,
71
+
72
+ VBtn : {
73
+ color : undefined ,
74
+ rounded : undefined ,
75
+ }
76
+ } ,
63
77
VSelect : {
64
- variant : 'filled ' ,
78
+ variant : 'outlined ' ,
65
79
} ,
66
80
VSlider : {
67
81
color : 'primary' ,
@@ -70,10 +84,10 @@ export const md3: Blueprint = {
70
84
color : 'primary' ,
71
85
} ,
72
86
VTextarea : {
73
- variant : 'filled ' ,
87
+ variant : 'outlined ' ,
74
88
} ,
75
89
VTextField : {
76
- variant : 'filled ' ,
90
+ variant : 'outlined ' ,
77
91
} ,
78
92
VToolbar : {
79
93
VBtn : {
You can’t perform that action at this time.
0 commit comments