updated spacing for assistant context status icon

This commit is contained in:
KCaverly 2023-10-06 15:43:28 +02:00
parent 38ccf23567
commit 84553899f6

View file

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