From bcf54817a86b15b87e43f7d1b13fe472fbfe39a8 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth <lukas.harbarth@sap.com> Date: Tue, 15 Oct 2024 16:12:24 +0200 Subject: [PATCH] fix(ObjectPageSubSection): update styles to latest specs --- .../ObjectPageSubSection/ObjectPageSubSection.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/components/ObjectPageSubSection/ObjectPageSubSection.module.css b/packages/main/src/components/ObjectPageSubSection/ObjectPageSubSection.module.css index 38134cc2706..dd8aebe2ec5 100644 --- a/packages/main/src/components/ObjectPageSubSection/ObjectPageSubSection.module.css +++ b/packages/main/src/components/ObjectPageSubSection/ObjectPageSubSection.module.css @@ -18,6 +18,7 @@ } .subSectionTitle { + font-family: var(--sapFontHeaderFamily); font-size: var(--sapFontHeader5Size); color: var(--sapGroup_TitleTextColor); flex-grow: 1; @@ -26,7 +27,6 @@ .subSectionContent { background-color: var(--_ui5wcr_ObjectPage_SubSectionBackgroundColor); border-radius: var(--_ui5wcr_ObjectPage_SubSectionBorderRadius); - padding-inline: 0.5rem; padding-block: 1rem; }