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:
parent
e067a11c5f
commit
bbed30ccdb
|
@ -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: __(
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
CYS: Fix no block placeholder style.
|
Loading…
Reference in New Issue