chore: Modale mit bi bi-x-circle-fill Icon schließen
This commit is contained in:
@@ -83,7 +83,15 @@ export default function KueModal({ showModal, onClose, slot }: KueModalProps) {
|
||||
aria-label="Modal schließen"
|
||||
type="button"
|
||||
>
|
||||
<i className="bi bi-x-lg text-base" />
|
||||
<i
|
||||
style={{
|
||||
background: "transparent",
|
||||
border: "none",
|
||||
fontSize: "1.5rem",
|
||||
cursor: "pointer",
|
||||
}}
|
||||
className="bi bi-x-circle-fill"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user