Skip to content

Commit

Permalink
Darkmode #651 - toast issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Oct 1, 2024
1 parent 0eae1de commit c5e1f26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blazorbootstrap/Components/Toasts/Toast.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ private IconName GetToastIconName() =>
#region Properties, Indexers

protected override string? ClassNames =>
BuildClassNames(Class,
(BootstrapClass.Toast, true),
(BackgroundColor.White.ToBackgroundClass(), true));
BuildClassNames(Class, (BootstrapClass.Toast, true));

/// <summary>
/// Gets or sets the auto hide state.
Expand Down

0 comments on commit c5e1f26

Please sign in to comment.