diff --git a/panel/src/components/Layout/Bubble.vue b/panel/src/components/Layout/Bubble.vue index dcdd25f284..ae1d48a296 100644 --- a/panel/src/components/Layout/Bubble.vue +++ b/panel/src/components/Layout/Bubble.vue @@ -93,7 +93,7 @@ export default { :root { --bubble-size: 1.525rem; --bubble-back: var(--color-light); - --bubble-rounded: var(--rounded); + --bubble-rounded: var(--rounded-sm); --bubble-text: var(--color-black); }