diff --git a/@codexteam/ui/package.json b/@codexteam/ui/package.json index 50db201b..098f06d7 100644 --- a/@codexteam/ui/package.json +++ b/@codexteam/ui/package.json @@ -1,6 +1,6 @@ { "name": "@codexteam/ui", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "sideEffects": [ "*.css", diff --git a/@codexteam/ui/src/vue/components/popover/Popover.vue b/@codexteam/ui/src/vue/components/popover/Popover.vue index 0476f07e..1dfe15bf 100644 --- a/@codexteam/ui/src/vue/components/popover/Popover.vue +++ b/@codexteam/ui/src/vue/components/popover/Popover.vue @@ -50,7 +50,7 @@ onClickOutside(popoverEl, hide, { background-color: var(--base--bg-secondary); border-radius: var(--radius-field); border: 1px solid var(--base--border); - padding: var(--h-padding); + padding: var(--spacing-xxs); box-sizing: border-box; left: v-bind('position.left'); top: v-bind('position.top');