From 67e74a741a0bf6dbefbc1a7022838024ec4ddbd1 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 26 Sep 2025 04:41:52 +0530 Subject: [PATCH] refactor(launcher): Optimize component spacing --- widgets/launcher/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widgets/launcher/index.tsx b/widgets/launcher/index.tsx index 14ea305..687aec0 100644 --- a/widgets/launcher/index.tsx +++ b/widgets/launcher/index.tsx @@ -35,9 +35,9 @@ const AppList = () => { const appList = searchText((text) => apps.fuzzy_query(text)); return ( - + @@ -75,7 +75,7 @@ export const Launcher = (gdkmonitor: Gdk.Monitor) => { > - +