Skip to content

Commit

Permalink
Fixed #6669 - MegaMenu typo in Style
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 28, 2024
1 parent d5d2892 commit a42b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/megamenu/style/MegaMenuStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const theme = ({ dt }) => `
gap: ${dt('megamenu.gap')};
}
.p-megamenu-root-list > .p-megamenu-item > .p-menumega-item-content {
.p-megamenu-root-list > .p-megamenu-item > .p-megamenu-item-content {
border-radius: ${dt('megamenu.base.item.border.radius')};
}
Expand Down

0 comments on commit a42b8cf

Please sign in to comment.