Skip to content

Light color toast is unreadable in Dark Mode #272

Open
@AlexPBaranov

Description

@AlexPBaranov

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>

image

Windows 11, Chrome 129.0.6668.101

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions