diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-25 00:33:32 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-25 01:41:40 +1000 |
| commit | a1c5e2017ef80d360cc0d08ae73437ce32766c6e (patch) | |
| tree | 2cf6dabda84fb0244eae81bbb267d11239127d57 /src/components/Tile.vue | |
| parent | 212c35691f822cb2f7518ba2678fa2d14b6da60f (diff) | |
Convert UI options towards using bg/alt-color set
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 = { |
