chore: Modale mit bi bi-x-circle-fill Icon schließen
This commit is contained in:
@@ -126,7 +126,15 @@ function LoopChartView({ isOpen, onClose, slotIndex }: LoopChartViewProps) {
|
||||
aria-label="Schließen"
|
||||
type="button"
|
||||
>
|
||||
<i className="bi bi-x-lg" />
|
||||
<i
|
||||
style={{
|
||||
background: "transparent",
|
||||
border: "none",
|
||||
fontSize: "1.5rem",
|
||||
cursor: "pointer",
|
||||
}}
|
||||
className="bi bi-x-circle-fill"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
<div className="absolute top-2 right-28">
|
||||
|
||||
Reference in New Issue
Block a user