فهرست منبع

fix className

Shun Miyazawa 2 سال پیش
والد
کامیت
0d75109434
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      apps/app/src/components/PageControls/SearchButton.tsx

+ 2 - 2
apps/app/src/components/PageControls/SearchButton.tsx

@@ -2,8 +2,8 @@ import React from 'react';
 
 
 const SearchButton = (): JSX.Element => {
 const SearchButton = (): JSX.Element => {
   return (
   return (
-    <button type="button" className="btn">
-      <span className="material-symbols-outlined me-1">search</span>
+    <button type="button" className="btn border-0 d-flex align-items-center">
+      <span className="material-symbols-outlined">search</span>
     </button>
     </button>
   );
   );
 };
 };