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 => {
   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>
   );
 };