Skip to content

Commit

Permalink
chore: change button color for disable prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs authored and PalmDevs committed Mar 17, 2024
1 parent 361119e commit 613859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/settings/pages/Developer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Developer() {
"You will revert back to using a stable build of Revenge after next app launch or reload.",
confirmText: "Revert",
cancelText: "Cancel",
confirmColor: ButtonColors.RED,
confirmColor: ButtonColors.PRIMARY,
onConfirm: () => setDevelopmentBuildEnabled(false)
})
}
Expand Down

0 comments on commit 613859a

Please sign in to comment.