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',
{
url: '',
customOverlayColor: '#F6F7F7',
minHeight: 800,
customOverlayColor: '#FAFAFA',
minHeight: '60vh',
__noBlocksPlaceholder: true,
className: DISABLE_CLICK_CLASS,
},
@ -64,7 +64,7 @@ export const useAddNoBlocksPlaceholder = ( {
fontFamily: 'inter',
style: {
color: {
text: '#000000',
text: '#2F2F2F',
},
},
content: __(

View File

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