diff --git a/src/editor/components/seColorPicker.js b/src/editor/components/seColorPicker.js index 07b6844b..ce0957fd 100644 --- a/src/editor/components/seColorPicker.js +++ b/src/editor/components/seColorPicker.js @@ -618,15 +618,15 @@ div.jGraduate_Slider img { width: 18px; } #block { - height: 13px; + height: 17px; width: 14px; float: right; background-color: darkgrey; } #picker { background: var(--input-color); - height: 19px; - line-height: 19px; + height: 23px; + line-height: 23px; border-radius: 3px; width: 52px; display: flex;