feat: add space
This commit is contained in:
parent
105be47e8a
commit
857467f8da
1 changed files with 1 additions and 1 deletions
|
@ -1499,7 +1499,7 @@ fn compute_color_swatches_for_view(
|
|||
None => continue,
|
||||
};
|
||||
|
||||
color_swatches.push(InlineAnnotation::new(char_idx, "■"));
|
||||
color_swatches.push(InlineAnnotation::new(char_idx, "■ "));
|
||||
colors.push(Color::Rgb(
|
||||
(swatch.color.red * 255.) as u8,
|
||||
(swatch.color.green * 255.) as u8,
|
||||
|
|
Loading…
Add table
Reference in a new issue