From 79365b463da04a0adc292875d9b3a0119f95ca93 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:17:28 +1000 Subject: [PATCH] Add missing theme gradients --- packages/edit-site/src/components/style-book/constants.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/edit-site/src/components/style-book/constants.ts b/packages/edit-site/src/components/style-book/constants.ts index 05f77ab2ad1e93..d4450a1256d61b 100644 --- a/packages/edit-site/src/components/style-book/constants.ts +++ b/packages/edit-site/src/components/style-book/constants.ts @@ -15,6 +15,12 @@ export const STYLE_BOOK_COLOR_GROUPS: StyleBookColorGroup[] = [ origin: 'theme', type: 'colors', }, + { + slug: 'theme-gradients', + title: __( 'Theme Gradients' ), + origin: 'theme', + type: 'gradients', + }, { slug: 'custom-colors', title: __( 'Custom Colors' ),