diff options
Diffstat (limited to 'src/components/Tile.vue')
| -rw-r--r-- | src/components/Tile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Tile.vue b/src/components/Tile.vue index 5e4bccf..df281f5 100644 --- a/src/components/Tile.vue +++ b/src/components/Tile.vue @@ -220,7 +220,7 @@ export default defineComponent({ height: this.lytOpts.headerSz + 'px', borderTopLeftRadius: 'inherit', borderTopRightRadius: 'inherit', - backgroundColor: this.uiOpts.nonleafHeaderBgColor, + backgroundColor: this.uiOpts.bgColorDark, }; if (this.isOverflownRoot){ styles = { |
