-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
SweetAlertResult result = await _swal.FireAsync(new SweetAlertOptions
{
TitleText= title,
Text = message,
Color = "Black",
Background = "#FBF9F9",
Icon = SweetAlertIcon.Warning,
IconColor = "Red",
ButtonsStyling = true,
ShowCancelButton = false,
ConfirmButtonColor = "Black",
ConfirmButtonText = textButtonOK,
HeightAuto = false
}); ; ;
return result;
not respect color Color = "Black", to text
Metadata
Metadata
Assignees
Labels
No labels