Skip to content

Commit

Permalink
fix(Popover): preset from tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 6, 2022
1 parent d9193ab commit 0ade69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const props = defineProps({
},
widthClass: {
type: String,
default: () => $ui.tooltip.width
default: () => $ui.popover.width
},
baseClass: {
type: String,
Expand Down

1 comment on commit 0ade69d

@vercel
Copy link

@vercel vercel bot commented on 0ade69d Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

nuxthq-ui.vercel.app
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.