From 8daa2ab1c77fabaae889e1234689d6e541c67dbf Mon Sep 17 00:00:00 2001 From: StickmanRed <100049599+StickmanRed@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:23:09 -0700 Subject: [PATCH] Correct stroke color display opaque color indicator width --- src/Editor/Util/ColorPicker/_colorpicker.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Editor/Util/ColorPicker/_colorpicker.scss b/src/Editor/Util/ColorPicker/_colorpicker.scss index 4361b4cfb..64b89e458 100644 --- a/src/Editor/Util/ColorPicker/_colorpicker.scss +++ b/src/Editor/Util/ColorPicker/_colorpicker.scss @@ -45,6 +45,7 @@ } .btn-color-picker-stroke .btn-color-picker-background-opaque { flex-basis: unset; + width: calc(100% + 8px); height: 100%; // percent-based margin is calculated based on width of an element // therefore, pill-shaped buttons (e.g. in inspector) need a workaround