summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Timeline.vue')
-rw-r--r--packages/frontend/src/components/MkTutorialDialog.Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
index 9e33afbb53..b203110ef0 100644
--- a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
+++ b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
@@ -31,7 +31,7 @@ import { basicTimelineIconClass, basicTimelineTypes } from '@/timelines.js';
<style lang="scss" module>
.exampleNoteRoot {
- border-radius: var(--radius);
+ border-radius: var(--MI-radius);
border: var(--MI_THEME-panelBorder);
background: var(--MI_THEME-panel);
}