This repository was archived by the owner on Oct 9, 2024. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ export default {
23
23
* Class to pass to inner container
24
24
*/
25
25
innerClass: {
26
- type: String ,
26
+ type: [ String , Array ] ,
27
27
default: ' ' ,
28
28
},
29
29
/**
30
- * The style of the borders on the card. One of "full", "none", "dark ", "light ".
30
+ * The style of the borders on the card. One of "full", "none", "vertical ", "horizontal ".
31
31
*/
32
32
borders: {
33
33
type: String ,
@@ -42,7 +42,7 @@ export default {
42
42
},
43
43
},
44
44
/**
45
- * The style of the borders on the card. One of "full", "none ", "dark", "light".
45
+ * The color of the borders on the card. One of "holo ", "dark", "light".
46
46
*/
47
47
borderStyle: {
48
48
type: String ,
@@ -133,11 +133,11 @@ export default {
133
133
}
134
134
135
135
& --background-gray {
136
- @apply bg-gray- 200 ;
136
+ @apply bg-gray- 300 ;
137
137
}
138
138
139
139
& --background-dark {
140
- @apply bg-gray- 600 ;
140
+ @apply bg-gray- 700 ;
141
141
}
142
142
143
143
& --background-transparent {
@@ -164,7 +164,7 @@ export default {
164
164
}
165
165
166
166
& --background-dark {
167
- @apply bg-gray- 600 ;
167
+ @apply bg-gray- 700 ;
168
168
}
169
169
170
170
& --background-gray {
You can’t perform that action at this time.
0 commit comments