|
@@ -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>
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|