style fixes: use TW Material <Button> instead of normal <button>

This commit is contained in:
Eng. Elias
2024-02-29 15:50:42 +04:00
parent 6767a32bf5
commit fc7d171b8b
4 changed files with 15 additions and 20 deletions

View File

@@ -84,14 +84,12 @@ function NewAgentModal(props: {
<h1 className="text-xl font-medium leading-normal">
Add new agent to you Crew
</h1>
<button
type="button"
className="box-content rounded-none border-none hover:no-underline hover:opacity-75 focus:opacity-100 focus:shadow-none focus:outline-none"
<Button
onClick={() => setShowModal(false)}
aria-label="Close"
placeholder={undefined}
>
<Icon icon="ep:close-bold" width={20} height={20} />
</button>
</Button>
</TEModalHeader>
<TEModalBody>
<div className="sm:flex">