From a93343dd90aa16c3182a7baf21d6be0d5e837e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alba=20Rinc=C3=B3n?= Date: Mon, 8 Jul 2024 17:36:37 +0200 Subject: [PATCH] CYS - Fix size of the "no logo" title to match the "logo" title size (#49231) * Fix size of the no logo title to match the logo title size * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions --- .../client/customize-store/assembler-hub/style.scss | 1 + plugins/woocommerce/changelog/49231-fix-logo-title-font-size | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 plugins/woocommerce/changelog/49231-fix-logo-title-font-size diff --git a/plugins/woocommerce-admin/client/customize-store/assembler-hub/style.scss b/plugins/woocommerce-admin/client/customize-store/assembler-hub/style.scss index 6fe8964fb20..be2cc38a1f4 100644 --- a/plugins/woocommerce-admin/client/customize-store/assembler-hub/style.scss +++ b/plugins/woocommerce-admin/client/customize-store/assembler-hub/style.scss @@ -343,6 +343,7 @@ body.woocommerce-assembler { padding-top: 32px; border-top: 1px solid var(--gutenberg-gray-700, #dcdcde); color: var(--gutenberg-gray-900, #1e1e1e); + font-size: 11px; p { margin-top: 6px; diff --git a/plugins/woocommerce/changelog/49231-fix-logo-title-font-size b/plugins/woocommerce/changelog/49231-fix-logo-title-font-size new file mode 100644 index 00000000000..43549ad6e02 --- /dev/null +++ b/plugins/woocommerce/changelog/49231-fix-logo-title-font-size @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +CYS - Fix the font size of the "DON'T HAVE A LOGO YET?" title. \ No newline at end of file