diff --git a/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title b/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title new file mode 100644 index 00000000000..09ae59af686 --- /dev/null +++ b/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Fix section title styles in the pre-publish panel on WP 6.5 #45689 diff --git a/packages/js/product-editor/src/components/prepublish-panel/style.scss b/packages/js/product-editor/src/components/prepublish-panel/style.scss index a325916e501..8f03be6c9f7 100644 --- a/packages/js/product-editor/src/components/prepublish-panel/style.scss +++ b/packages/js/product-editor/src/components/prepublish-panel/style.scss @@ -53,6 +53,10 @@ &__content { min-height: calc( 100% - #{ $header-height + 220px } ); + .editor-post-publish-panel__link { + font-weight: 400; + padding-left: $gap-smallest; + } } &__footer {