File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ const sizes = {
17
17
xSmall : { name : 'size' , value : 'x-small' } ,
18
18
}
19
19
20
+ const theme = {
21
+ dark : false ,
22
+ light : false ,
23
+ }
24
+
20
25
const inputs = {
21
26
appendOuterIcon : 'append-icon' ,
22
27
backgroundColor : 'bg-color' ,
@@ -38,6 +43,7 @@ const inputs = {
38
43
successMessages : false ,
39
44
validateOnBlur : { name : 'validate-on' , value : 'blur' } ,
40
45
value : 'model-value' ,
46
+ ...theme ,
41
47
}
42
48
43
49
const select = {
@@ -57,11 +63,6 @@ const select = {
57
63
dense : false ,
58
64
}
59
65
60
- const theme = {
61
- dark : false ,
62
- light : false ,
63
- }
64
-
65
66
const link = {
66
67
append : false ,
67
68
exactActiveClass : false ,
@@ -458,7 +459,6 @@ const replacements = {
458
459
loading : false ,
459
460
inverseLabel : false ,
460
461
...inputs ,
461
- ...theme ,
462
462
} ,
463
463
VRangeSlider : {
464
464
backgroundColor : false ,
@@ -469,7 +469,6 @@ const replacements = {
469
469
loading : false ,
470
470
inverseLabel : false ,
471
471
...inputs ,
472
- ...theme ,
473
472
} ,
474
473
VRating : {
475
474
backgroundColor : false ,
You can’t perform that action at this time.
0 commit comments