Skip to content

Commit

Permalink
fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Jan 7, 2025
1 parent ce98ec0 commit 6ce5805
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/components/src/overlays/Popover/src/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,15 @@ function Popover(props: PopoverProps, ref: ForwardedRef<HTMLElement>) {
<Dialog {...containerOtherProps} className={containerClassNames} style={containerStyle}>
<SlotProvider values={[
[HeadingContext, {
className: styles["hop-Popover__title"],
size: "xs",
slots: {
[DEFAULT_SLOT]: {
slot: "title"
slot: "title",
className: styles["hop-Popover__title"],
size: "xs"
},
title: {
className: styles["hop-Popover__title"],
size: "xs"
}
}
}],
Expand Down

0 comments on commit 6ce5805

Please sign in to comment.