Removed "advoid button"
This commit is contained in:
parent
ee2a031049
commit
b5870a4279
1 changed files with 4 additions and 5 deletions
|
@ -26,14 +26,13 @@
|
|||
|
||||
<MudContainer Class="justify-center d-flex ma-0" Style="height: 100%;">
|
||||
<MudStack Class="d-flex">
|
||||
<MudStack Row=true Class="pt-2 d-flex justify-center">
|
||||
@*<MudStack Row=true Class="pt-2 d-flex justify-center">
|
||||
@if (!Answers.Any(x => x == null))
|
||||
{
|
||||
@*Color="@(selectedCorrect ? Color.Success : Color.Error)"*@
|
||||
<MudButton Disabled="@(!(Answers.Any(x=>x.isSelected)))" OnClick="()=>RemoveCCharFromSelection()" Variant="Variant.Outlined">Avoid</MudButton>
|
||||
}
|
||||
</MudStack>
|
||||
<MudContainer>
|
||||
</MudStack>*@
|
||||
<MudContainer Class="pt-12">
|
||||
<MudPaper Class="pa-16 ma-2 rounded-xl mud-dark" Elevation="1">
|
||||
<MudContainer Style="width: 100px; height: 100px" Class="pa-8 ma-4 d-flex justify-center align-center">
|
||||
@if (!Answers.Any(x => x == null))
|
||||
|
@ -64,7 +63,7 @@
|
|||
</MudGrid>
|
||||
</MudContainer>
|
||||
<MudSpacer/>
|
||||
<MudContainer Class="justify-center d-flex">
|
||||
<MudContainer Class="justify-center d-flex py-4">
|
||||
<MudStack Row=true>
|
||||
<MudButton Color="Color.Default" Variant="Variant.Outlined" OnClick="ShowMeaning">Meaning</MudButton>
|
||||
<MudButton Color="Color.Default" Variant="Variant.Outlined" OnClick="SayCorrectChar">Speech</MudButton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue