From 9ed415ee2cef1b35071ef61f8bc0da6f9a4f2682 Mon Sep 17 00:00:00 2001 From: b1n Date: Fri, 28 Jun 2024 22:38:20 +0800 Subject: [PATCH] style: delete space --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 67f68d5..8914642 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -830,7 +830,7 @@ impl Application for Pumpbin { .width(30) .height(30) .style(svg_style::svg_primary_base), - text("Did you see that  sign? 󰁂") + text("Did you see that  sign? 󰁂") .color(self.theme().extended_palette().primary.base.color) ] .spacing(spacing)