reiji-h 2 lat temu
rodzic
commit
9a0aa86958

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

@@ -61,7 +61,7 @@ export const SearchForm = (props: Props): JSX.Element => {
       <input {...inputOptions} />
       <button
         type="button"
-        className="btn btn-neutral-secondary search-cancel"
+        className="btn btn-neutral-secondary search-cancel text-muted"
         onClick={() => { onChange?.('') }}
       >
         <span className="material-symbols-outlined p-0">cancel</span>

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

@@ -83,7 +83,7 @@ const SearchModal = (): JSX.Element => {
                   className="btn border-0 d-flex justify-content-center p-0"
                   onClick={closeSearchModal}
                 >
-                  <span className="material-symbols-outlined fs-4 ms-3">close</span>
+                  <span className="material-symbols-outlined fs-4 ms-3 py-0">close</span>
                 </button>
               </div>