CYS: Fix no block placeholder style (#49673)

* CYS: Fix no block placeholder style

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Luigi Teschio 2024-07-18 16:31:19 +02:00 committed by GitHub
parent e067a11c5f
commit bbed30ccdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -40,8 +40,8 @@ export const useAddNoBlocksPlaceholder = ( {
'core/cover', 'core/cover',
{ {
url: '', url: '',
customOverlayColor: '#F6F7F7', customOverlayColor: '#FAFAFA',
minHeight: 800, minHeight: '60vh',
__noBlocksPlaceholder: true, __noBlocksPlaceholder: true,
className: DISABLE_CLICK_CLASS, className: DISABLE_CLICK_CLASS,
}, },
@ -64,7 +64,7 @@ export const useAddNoBlocksPlaceholder = ( {
fontFamily: 'inter', fontFamily: 'inter',
style: { style: {
color: { color: {
text: '#000000', text: '#2F2F2F',
}, },
}, },
content: __( content: __(

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
CYS: Fix no block placeholder style.