From d41a7f41fb9684632db0a127b1478d10fc05507a Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 28 Jun 2023 10:00:28 +0200 Subject: [PATCH] Space out assistant icons to match pane icons Co-Authored-By: Antonio Scandurra --- styles/src/styleTree/assistant.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles/src/styleTree/assistant.ts b/styles/src/styleTree/assistant.ts index 91b52f20ad..d61c73ec53 100644 --- a/styles/src/styleTree/assistant.ts +++ b/styles/src/styleTree/assistant.ts @@ -26,7 +26,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { left: 12 }, + padding: { left: 8.5, right: 8.5 }, } }, state: { @@ -48,7 +48,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { left: 12 }, + padding: { left: 8.5, right: 8.5 }, } }, state: { @@ -70,7 +70,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { left: 12 }, + padding: { left: 8.5, right: 8.5 }, } }, state: { @@ -92,7 +92,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { left: 12, right: 24 }, + padding: { left: 8.5, right: 8.5 }, } }, state: { @@ -114,7 +114,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { right: 12 }, + padding: { left: 10, right: 10 }, } }, state: { @@ -136,7 +136,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { right: 12 }, + padding: { left: 10, right: 10 }, } }, state: { @@ -158,7 +158,7 @@ export default function assistant(colorScheme: ColorScheme) { }, }, container: { - margin: { right: 12 }, + padding: { left: 10, right: 10 }, } }, state: {