فهرست منبع

border-top-searching-add

kazuto 2 سال پیش
والد
کامیت
abc4d9ffab
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/app/src/features/search/client/components/SearchResultMenuItem.tsx

+ 1 - 0
apps/app/src/features/search/client/components/SearchResultMenuItem.tsx

@@ -35,6 +35,7 @@ export const SearchResultMenuItem = (props: Props): JSX.Element => {
   if (isLoading) {
     return (
       <>
+        <div className="border-top mt-2 mb-2" />
         Searching...
         <div className="border-top mt-3" />
       </>