fix: button text now visable

This commit is contained in:
2026-01-30 09:50:33 -06:00
parent 7152382dca
commit 01a3c38085

View File

@@ -128,7 +128,7 @@ const ChangePasswordDialog = ({ open, onOpenChange }) => {
<Button
type="button"
onClick={() => onOpenChange(false)}
className="btn-outline mr-33"
className="btn-outline mr-33 text-white"
>
Cancel
</Button>