summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/EntityBubble.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/EntityBubble.vue')
-rw-r--r--src/components/EntityPicker/EntityBubble.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/EntityPicker/EntityBubble.vue b/src/components/EntityPicker/EntityBubble.vue
index 4864a86f..660a0be6 100644
--- a/src/components/EntityPicker/EntityBubble.vue
+++ b/src/components/EntityPicker/EntityBubble.vue
@@ -87,7 +87,7 @@ export default {
<style lang="scss" scoped>
// better visual with light default tint
-::v-deep .user-bubble__content {
+:deep(.user-bubble__content) {
background-color: var(--color-pirimary-light);
}