Make the NoData overlay match the normal background color

This commit is contained in:
Damien Elmes 2022-12-04 14:43:49 +10:00
parent 7e3ac53869
commit 0311e2528e

View file

@ -20,7 +20,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style lang="scss"> <style lang="scss">
.no-data { .no-data {
rect { rect {
fill: var(--canvas); fill: var(--canvas-elevated);
} }
text { text {