Open
Description
In Dark Mode, the text on the toast is almost unreadable. I believe the background color of the toast should be inverted when Dark Mode is enabled
<div class="position-relative">
<c-toaster placement="bottom-end" position="fixed" class="p-3">
<c-toast [autohide]="true" [fade]="true" [visible]="isResultToastVisible" [color]="light" delay="3000" (visibleChange)="makeResultToastVisible($event)">
<c-toast-header> {{resultToastHeader }} </c-toast-header>
<c-toast-body> {{ resultToastBody }} </c-toast-body>
</c-toast>
</c-toaster>
</div>
Windows 11, Chrome 129.0.6668.101
Metadata
Assignees
Labels
No labels