From c120155a1874e97618170d25b7b1a455222f996f Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Wed, 1 Dec 2021 11:17:31 +0000 Subject: [PATCH] Add: Missing margin to the color picker clear button (#37016) --- packages/components/src/circular-option-picker/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/circular-option-picker/style.scss b/packages/components/src/circular-option-picker/style.scss index 8b764cccfb8ec..0ae50ec6fada9 100644 --- a/packages/components/src/circular-option-picker/style.scss +++ b/packages/components/src/circular-option-picker/style.scss @@ -9,6 +9,7 @@ $color-palette-circle-spacing: 12px; .components-circular-option-picker__custom-clear-wrapper { display: flex; justify-content: flex-end; + margin-top: $grid-unit-15; } .components-circular-option-picker__swatches {