From aba50de7411f976ce53ab59a09dc6568922a813a Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Sun, 15 Mar 2026 01:41:52 +0530 Subject: [PATCH] fix(ui-components): reduce empty search state padding --- .../src/Common/Search/Results/Empty/index.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui-components/src/Common/Search/Results/Empty/index.module.css b/packages/ui-components/src/Common/Search/Results/Empty/index.module.css index 32a6b73458497..e6d19dc6245a5 100644 --- a/packages/ui-components/src/Common/Search/Results/Empty/index.module.css +++ b/packages/ui-components/src/Common/Search/Results/Empty/index.module.css @@ -2,11 +2,10 @@ .noResultsWrapper { @apply flex - h-full items-center justify-center pt-10 - pb-31 + pb-6 text-sm text-neutral-800 dark:text-neutral-500;