diff options
Diffstat (limited to 'src/components/TutorialPane.vue')
| -rw-r--r-- | src/components/TutorialPane.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue index e32fedd..fdebc8b 100644 --- a/src/components/TutorialPane.vue +++ b/src/components/TutorialPane.vue @@ -20,7 +20,7 @@ export default defineComponent({ computed: { styles(): Record<string,string> { return { - backgroundColor: this.uiOpts.tutPaneBgColor, + backgroundColor: this.uiOpts.bgColorDark, color: this.uiOpts.textColor, height: this.height, }; |
