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"),
|
||||
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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue