You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var Confirm = await Dialog.confirm({
title: "Do you want to log out of your account?",
message: "You can log in again using your email and password",
okButtonTitle: "Exit",
cancelButtonTitle: "Cancel",
});
Hello.
How can I change the color of the exit button to red?