fix confirm dialog style
This commit is contained in:
@@ -364,7 +364,7 @@ function UsersPage() {
|
||||
<AlertDialogFooter>
|
||||
<AlertDialogCancel onClick={() => setTogglingUser(null)}>取消</AlertDialogCancel>
|
||||
<AlertDialogAction
|
||||
className="bg-destructive text-white hover:bg-destructive/90"
|
||||
variant="destructive"
|
||||
onClick={() => {
|
||||
if (togglingUser) {
|
||||
void handleStatusToggle(togglingUser.user, false)
|
||||
|
||||
Reference in New Issue
Block a user