From 5be87abb4d4853d47955c929883efea24191de3a Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 21 Sep 2023 12:52:54 -0400 Subject: [PATCH] Correct icon_margin_scale for fold indicator (#3003) Fixes a design regression on Preview where the fold icon became small due to the icon standardization PR. Release Notes: - [Preview] Fixed an issue with the size of the fold line icon. --- styles/src/style_tree/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/style_tree/editor.ts b/styles/src/style_tree/editor.ts index a15cd8dbb848a4b202e8a801237b7a3714373652..e55a73c365faba50c97001b417167f00e33a534f 100644 --- a/styles/src/style_tree/editor.ts +++ b/styles/src/style_tree/editor.ts @@ -91,7 +91,7 @@ export default function editor(): any { vertical_scale: 0.55, }, folds: { - icon_margin_scale: 2.5, + icon_margin_scale: 4, folded_icon: "icons/chevron_right.svg", foldable_icon: "icons/chevron_down.svg", indicator: toggleable({