We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@AlexPBaranov as a workaround you can add class="text-dark" to c-toast
class="text-dark"
c-toast
Sorry, something went wrong.
No branches or pull requests
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
Windows 11, Chrome 129.0.6668.101
The text was updated successfully, but these errors were encountered: