From a1c5e2017ef80d360cc0d08ae73437ce32766c6e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 25 Jun 2022 00:33:32 +1000 Subject: Convert UI options towards using bg/alt-color set --- src/components/Tile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Tile.vue') 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 = { -- cgit v1.2.3