diff options
Diffstat (limited to 'src/components/TileTree.vue')
| -rw-r--r-- | src/components/TileTree.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/TileTree.vue b/src/components/TileTree.vue index ed7eb87..d42dd24 100644 --- a/src/components/TileTree.vue +++ b/src/components/TileTree.vue @@ -41,6 +41,10 @@ const defaultComponentOptions = { imgTileFontSz: 15, //px imgTileColor: '#fafaf9', expandableImgTileColor: 'greenyellow', //yellow, greenyellow, turquoise, + infoIconSz: 18, //px + infoIconPadding: 2, //px + infoIconColor: 'rgba(250,250,250,0.3)', + infoIconHoverColor: 'white', // For non-leaf tile-group components nonLeafBgColors: ['#44403c', '#57534e'], //tiles at depth N use the Nth color, repeating from the start as needed nonLeafHeaderFontSz: 15, //px |
