Skip to content

fix : added active state to login and signup form submit buttons#1897

Open
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:pr/1892-fix-auth-button-states
Open

fix : added active state to login and signup form submit buttons#1897
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:pr/1892-fix-auth-button-states

Conversation

@tmdeveloper007

Copy link
Copy Markdown

Summary of What Has Been Done

Added active:scale-95 active:translate-y-0 Tailwind utility classes to the primary submit buttons and Google login buttons on both the Login and Signup pages. These classes provide a press-down visual feedback when the buttons are clicked.

Changes Made

  1. frontend/src/pages/Login.jsx:
    • Added active:scale-95 active:translate-y-0 transition-transform duration-150 to the Login submit button
    • Added active:scale-95 active:translate-y-0 to the Google login button
  2. frontend/src/pages/Signup.jsx:
    • Added active:scale-95 active:translate-y-0 transition-transform duration-150 to the Sign Up submit button
    • Added active:scale-95 active:translate-y-0 to the Google login button

Impact it Made

Users now receive immediate visual feedback when clicking auth form buttons, making the interface feel more responsive and polished.

Closes #1892

Note: Please assign this PR to the tmdeveloper007 account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : add active state to login and signup form submit buttons

1 participant