diff options
Diffstat (limited to 'packages/frontend/src/components/MkFukidashi.vue')
| -rw-r--r-- | packages/frontend/src/components/MkFukidashi.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkFukidashi.vue b/packages/frontend/src/components/MkFukidashi.vue index 307cd15dc8..8b1c56fca4 100644 --- a/packages/frontend/src/components/MkFukidashi.vue +++ b/packages/frontend/src/components/MkFukidashi.vue @@ -39,7 +39,7 @@ withDefaults(defineProps<{ <style module lang="scss"> .root { - --fukidashi-radius: var(--radius); + --fukidashi-radius: var(--MI-radius); --fukidashi-bg: var(--MI_THEME-panel); position: relative; |