From 59dbff6a2573dd3431328b3529d5eadefa823bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Ventura?= Date: Thu, 9 Dec 2021 13:27:04 +0100 Subject: [PATCH] Move duotone palette to the bottom of global styles gradients. --- .../global-styles/gradients-palette-panel.js | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/edit-site/src/components/global-styles/gradients-palette-panel.js b/packages/edit-site/src/components/global-styles/gradients-palette-panel.js index f9165af561b18d..117f2efce16ff0 100644 --- a/packages/edit-site/src/components/global-styles/gradients-palette-panel.js +++ b/packages/edit-site/src/components/global-styles/gradients-palette-panel.js @@ -53,18 +53,6 @@ export default function GradientPalettePanel( { name } ) { className="edit-site-global-styles-gradient-palette-panel" spacing={ 10 } > -
- - { __( 'Duotone' ) } - - -
{ !! themeGradients && !! themeGradients.length && ( +
+ + { __( 'Duotone' ) } + + +
); }