Răsfoiți Sursa

124062 change done button to primary

soumaeda 2 ani în urmă
părinte
comite
b83c473f45
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      apps/app/src/components/Admin/Users/PasswordResetModal.jsx

+ 1 - 1
apps/app/src/components/Admin/Users/PasswordResetModal.jsx

@@ -45,7 +45,7 @@ class PasswordResetModal extends React.Component {
     return (
     return (
       <>
       <>
         {isEmailSent ? (
         {isEmailSent ? (
-          <button type="submit" className="btn btn-secondary" disabled>
+          <button type="submit" className="btn btn-primary" disabled>
             {t('Done')}
             {t('Done')}
           </button>
           </button>
         ) : (
         ) : (