From 26542c5638fb0201f038c99fb0fa34a46119e8ae Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Fri, 24 Jun 2022 21:36:32 +1000 Subject: Adjust some option names --- src/components/TutorialPane.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/TutorialPane.vue') 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 { return { - backgroundColor: this.uiOpts.tutorialPaneBgColor, - color: this.uiOpts.tutorialPaneTextColor, + backgroundColor: this.uiOpts.tutPaneBgColor, + color: this.uiOpts.textColor, height: this.height, }; }, -- cgit v1.2.3