Skip to content

Commit

Permalink
💄 style(EnqueuedSnackbar): missing a class name (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored May 31, 2024
1 parent 5ee7df3 commit b43f3aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ private void ApplicationOnPropertyChanged(object? sender, PropertyChangedEventAr

protected override IEnumerable<string> BuildComponentClass()
{
yield return _block.Name;

if (Position is SnackPosition.TopLeft or SnackPosition.TopRight or SnackPosition.TopCenter)
{
yield return _block.Modifier("top");
Expand Down

0 comments on commit b43f3aa

Please sign in to comment.