updated spacing for assistant context status icon
This commit is contained in:
parent
38ccf23567
commit
84553899f6
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue