Skip to content

Commit

Permalink
Add missing theme gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 11, 2024
1 parent 729334e commit 79365b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/edit-site/src/components/style-book/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
Expand Down

0 comments on commit 79365b4

Please sign in to comment.