aboutsummaryrefslogtreecommitdiff
path: root/src/components/TutorialPane.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TutorialPane.vue')
-rw-r--r--src/components/TutorialPane.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue
index 6fa7bac..e32fedd 100644
--- a/src/components/TutorialPane.vue
+++ b/src/components/TutorialPane.vue
@@ -20,8 +20,8 @@ export default defineComponent({
computed: {
styles(): Record<string,string> {
return {
- backgroundColor: this.uiOpts.tutorialPaneBgColor,
- color: this.uiOpts.tutorialPaneTextColor,
+ backgroundColor: this.uiOpts.tutPaneBgColor,
+ color: this.uiOpts.textColor,
height: this.height,
};
},