File tree Expand file tree Collapse file tree 2 files changed +21
-10
lines changed
src/playground/configs/templates Expand file tree Collapse file tree 2 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -512,4 +512,18 @@ function fetchClientData(drilldown = null) {
512
512
// color: #080808 !important;
513
513
// }
514
514
// }
515
+
516
+ // ? Sometimes you might want to adjust the drilldown background color //
517
+ // .v-drilldown-table {
518
+ // &--level-2 {
519
+ // &,
520
+ // td {
521
+ // background-color: #404040 !important;
522
+ // }
523
+
524
+ // th {
525
+ // background-color: #353535 !important;
526
+ // }
527
+ // }
528
+ // }
515
529
< / style>
Original file line number Diff line number Diff line change @@ -2,22 +2,19 @@ export default {
2
2
// color: 'primary', // ? Doesn't seem to work - Vuetify prop
3
3
// colors: null,
4
4
colors : {
5
- default : {
6
- base : 'primary' ,
7
- bg : 'primary' ,
8
- border : 'primary' ,
9
- text : 'on-primary' ,
10
- } ,
11
5
footer : {
12
- bg : '--v-theme-surface' ,
13
- text : '--v-theme-on-surface' ,
6
+ background : '--v-theme-surface' ,
7
+ color : '--v-theme-on-surface' ,
14
8
} ,
15
9
header : {
16
- bg : 'primary' ,
17
- text : 'on-primary' ,
10
+ background : 'primary' ,
11
+ color : 'on-primary' ,
18
12
} ,
19
13
percentageChange : 15 ,
20
14
percentageDirection : 'desc' ,
15
+ table : {
16
+ bottomBorder : 'primary' ,
17
+ } ,
21
18
} ,
22
19
// customFilter: undefined, // ? Needs Testing - Vuetify prop
23
20
// customKeyFilter: undefined, // ? Needs Testing - Vuetify prop
You can’t perform that action at this time.
0 commit comments