Skip to content

Commit

Permalink
increase size of empty chat text
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 17, 2024
1 parent 0b4ab31 commit 3b6899a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/Jordnaer/Features/Chat/ChatMessageList.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

@if (ActiveChat is null)
{
<MudStack Row>
<MudIcon Icon="@Icons.Material.Filled.ArrowCircleLeft" Color="Color.Info" />
<MudText>Vælg én at skrive med</MudText>
<MudStack Row Style="margin-left: -24px;">
<MudIcon Icon="@Icons.Material.Filled.ArrowCircleLeft" Size="Size.Large" Color="Color.Info" />
<MudText Typo="Typo.h5">Vælg én at skrive med</MudText>
</MudStack>
return;
}
Expand Down

0 comments on commit 3b6899a

Please sign in to comment.