diff --git a/Device/wwwroot/css/app.css b/Device/wwwroot/css/app.css index c83e19e..3ba0018 100644 --- a/Device/wwwroot/css/app.css +++ b/Device/wwwroot/css/app.css @@ -37,9 +37,7 @@ --info-hover: #451376; --info-border-hover: #210b36; - --dialog-border-color: black; - --dialog-border-width: 2px; - --dialog-radius: 6px; + --dialog-radius: 12px; } html { diff --git a/Pages/Dialog/ConfirmationDialogComponent.razor b/Pages/Dialog/ConfirmationDialogComponent.razor index e0ad2ed..9bf9291 100644 --- a/Pages/Dialog/ConfirmationDialogComponent.razor +++ b/Pages/Dialog/ConfirmationDialogComponent.razor @@ -2,24 +2,25 @@ @inject IMyDialogService MyDialogService @inject IJSRuntime JsRuntime - @inject NavigationManager NavigationManager @if (MyDialogService.IsVisible) { -