aboutsummaryrefslogtreecommitdiff
path: root/src/components/TutorialPane.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-24 21:36:32 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-24 21:36:32 +1000
commit26542c5638fb0201f038c99fb0fa34a46119e8ae (patch)
treecdd0d6ba05b3adec2d5502497f3a051486d91df8 /src/components/TutorialPane.vue
parent1d75570324abe035cdae61a261cfb63d8ed6550f (diff)
Adjust some option names
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,
};
},