Skip to content

Commit

Permalink
fix(dialog): misspelled transition
Browse files Browse the repository at this point in the history
Fixes #4638

PiperOrigin-RevId: 552618010
  • Loading branch information
asyncLiz authored and Copybara-Service committed Jul 31, 2023
1 parent fa63178 commit fa103cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog/internal/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ $_closing-transition-easing: map.get(
transition-timing-function: $_closing-transition-easing;
}

:host([trasition][closing]) .container > * {
:host([transition][closing]) .container > * {
transform: none;
opacity: 0;
}
Expand Down

0 comments on commit fa103cb

Please sign in to comment.