summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Sensitive.vue')
-rw-r--r--packages/frontend/src/components/MkTutorialDialog.Sensitive.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
index bf30c10e5e..dd255a2214 100644
--- a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
+++ b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
@@ -125,7 +125,7 @@ const exampleNote = reactive<Misskey.entities.Note>({
left: 0;
right: 0;
bottom: 0;
- border-radius: 999px;
+ border-radius: var(--radius-ellipse);
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
}