updated spacing for assistant context status icon

KCaverly created

Change summary

styles/src/style_tree/assistant.ts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Detailed changes

styles/src/style_tree/assistant.ts 🔗

@@ -81,17 +81,17 @@ export default function assistant(): any {
             pending_edit_background: background(theme.highest, "positive"),
             context_status: {
                 error_icon: {
-                    margin: { left: 8, right: 8 },
+                    margin: { left: 8, right: 18 },
                     color: foreground(theme.highest, "negative"),
                     width: 12,
                 },
                 in_progress_icon: {
-                    margin: { left: 8, right: 8 },
-                    color: foreground(theme.highest, "warning"),
+                    margin: { left: 8, right: 18 },
+                    color: foreground(theme.highest, "positive"),
                     width: 12,
                 },
                 complete_icon: {
-                    margin: { left: 8, right: 8 },
+                    margin: { left: 8, right: 18 },
                     color: foreground(theme.highest, "positive"),
                     width: 12,
                 }