فهرست منبع

Adjust icon size

satof3 2 سال پیش
والد
کامیت
1410185425
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      apps/app/src/components/LoginForm.tsx

+ 3 - 3
apps/app/src/components/LoginForm.tsx

@@ -525,7 +525,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
               style={{ pointerEvents: isLoading ? 'none' : 'auto' }}
               onClick={() => { switchForm(); window.location.href = '#login' }}
             >
-              <span className="material-symbols-outlined me-2">login</span>{t('Sign in is here')}
+              <span className="material-symbols-outlined me-2 fs-5">login</span>{t('Sign in is here')}
             </button>
           </div>
         </div>
@@ -558,7 +558,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
                       style={{ pointerEvents: isLoading ? 'none' : 'auto' }}
                       onClick={() => { window.location.href = '/forgot-password' }}
                     >
-                      <span className="material-symbols-outlined pe-2">vpn_key</span>{t('forgot_password.forgot_password')}
+                      <span className="material-symbols-outlined me-2 fs-5">vpn_key</span>{t('forgot_password.forgot_password')}
                     </button>
                   </div>
                 )}
@@ -572,7 +572,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
                       style={{ pointerEvents: isLoading ? 'none' : 'auto' }}
                       onClick={() => { switchForm(); window.location.href = '#register' }}
                     >
-                      <span className="material-symbols-outlined me-2">person_add</span> {t('Sign up is here')}
+                      <span className="material-symbols-outlined me-2 fs-5">person_add</span> {t('Sign up is here')}
                     </button>
                   </div>
                 )}