From db99f77c26070add13de3eaa44e1394c474bb37b Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 16 Jun 2025 23:16:07 +0530 Subject: [PATCH] feat: add minimal styles --- widgets/app-launcher/index.tsx | 53 ++++++++++++++------------------- widgets/app-launcher/style.scss | 20 +++++++++++-- 2 files changed, 40 insertions(+), 33 deletions(-) diff --git a/widgets/app-launcher/index.tsx b/widgets/app-launcher/index.tsx index cba7df1..fc084e9 100644 --- a/widgets/app-launcher/index.tsx +++ b/widgets/app-launcher/index.tsx @@ -14,7 +14,7 @@ const hide = () => { const AppButton = ({ app }: { app: AstalApps.Application }) => { return (