feat: add space

This commit is contained in:
Nikita Revenco 2024-12-20 15:07:39 +00:00
parent 105be47e8a
commit 857467f8da

View file

@ -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,