feat: larger boxess
This commit is contained in:
parent
a0a622d20d
commit
2b0c425cc6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl menu::Item for CompletionItem {
|
|||
None => None,
|
||||
};
|
||||
maybe_hex_color.map_or(Span::raw("color"), |c| match Color::from_hex(c) {
|
||||
Ok(l) => Span::styled("●", Style::default().fg(l)),
|
||||
Ok(l) => Span::styled(" ", Style::default().bg(l)),
|
||||
Err(_) => Span::raw("color"),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue