[CYS] Update the neutral color palette to black and white (#43114)
* Update the neutral color palette to black and white. * 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
589617a41d
commit
de9322fb38
|
@ -7,6 +7,16 @@ export const COLOR_PALETTES = [
|
|||
color: {
|
||||
palette: {
|
||||
theme: [
|
||||
{
|
||||
color: '#000000',
|
||||
name: 'Primary',
|
||||
slug: 'primary',
|
||||
},
|
||||
{
|
||||
color: '#000000',
|
||||
name: 'Secondary',
|
||||
slug: 'secondary',
|
||||
},
|
||||
{
|
||||
color: '#000000',
|
||||
name: 'Foreground',
|
||||
|
@ -18,17 +28,7 @@ export const COLOR_PALETTES = [
|
|||
slug: 'background',
|
||||
},
|
||||
{
|
||||
color: '#000000',
|
||||
name: 'Primary',
|
||||
slug: 'primary',
|
||||
},
|
||||
{
|
||||
color: '#ffe2c7',
|
||||
name: 'Secondary',
|
||||
slug: 'secondary',
|
||||
},
|
||||
{
|
||||
color: '#F6F6F6',
|
||||
color: '#ffffff',
|
||||
name: 'Tertiary',
|
||||
slug: 'tertiary',
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Update the neutral color palette in the Customize your Store Pattern Assembler from Tsubaki colors to black and white.
|
Loading…
Reference in New Issue