Skip to content

Commit

Permalink
Replace event title element to FluentLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Capella87 committed Sep 14, 2024
1 parent 265cae5 commit 99e7989
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<FluentGridItem Id="@Id" xs="12" sm="6" Justify="JustifyContent.Center" Style="text-align: center;" @onclick="NavigateToEventDetails">
<FluentCard Style="flex-grow: 1; padding: 0em; display: flex; flex-direction: column; align-items: normal;">
<FluentHeader>
@Title
</FluentHeader>
<FluentLabel Typo="Typography.PaneHeader" Style="margin-block: 0.5em;">@Title</FluentLabel>
<div class="card border" style="background-color: lightsalmon; padding: 1em; padding-inline: 1.5em; flex-grow: 1">
<div class="card-body">
<h5>@Summary</h5>
Expand Down

0 comments on commit 99e7989

Please sign in to comment.