Skip to content

Commit

Permalink
Update Attributes.razor (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored May 29, 2024
1 parent 3955a78 commit 49c138f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="text--primary">
<div>
<!-- Using the elevation prop -->
<MHover>
<MCard @attributes="context.Attrs" Elevation="@(context.Hover ? 24 : 6)" Class="mx-auto pa-6">
Expand All @@ -14,4 +14,4 @@
Class based elevation
</div>
</MHover>
</div>
</div>

0 comments on commit 49c138f

Please sign in to comment.