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;