diff options
Diffstat (limited to 'Pages/Component/AboutDialog.razor')
| -rw-r--r-- | Pages/Component/AboutDialog.razor | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Pages/Component/AboutDialog.razor b/Pages/Component/AboutDialog.razor index 888040e..f696549 100644 --- a/Pages/Component/AboutDialog.razor +++ b/Pages/Component/AboutDialog.razor @@ -684,7 +684,9 @@ <ProgressBar @ref=progressBar /> </div> <ButtonContainer> - <button @onclick=Hide>Close</button> + <Button + BackgroundColor=Color.ButtonPrimary + OnClick=@(async () => Hide())>Close</Button> </ButtonContainer> </Dialog> |
