extensive-react-boilerplate icon indicating copy to clipboard operation
extensive-react-boilerplate copied to clipboard

FIX: Center and fit auth button to text content.

Open EbodShojaei opened this issue 1 year ago • 4 comments
trafficstars

Updated the styling of the buttons for consistency. Before, my Safari browser would load the Google auth button, but immediately resize the button and offset from the centre. That's not ideal, so I applied my own fix, screenshotted below.

image

EbodShojaei avatar Jul 18 '24 06:07 EbodShojaei

@EbodShojaei is attempting to deploy a commit to the Dev Shchepotin Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Jul 18 '24 06:07 vercel[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-boilerplate ❌ Failed (Inspect) Jul 18, 2024 11:23pm

vercel[bot] avatar Jul 18 '24 23:07 vercel[bot]

@EbodShojaei please apply Prettier to your code:

npm run lint -- --fix 

Shchepotin avatar Jul 18 '24 23:07 Shchepotin

@Shchepotin I've formatted with Prettier and addressed the ESLint requiring 'user' to be called in the useEffect via confirm-new-email. All tests pass with the changes made.

My previous commit wasn't included due to Husky flagging my commit messages (now resolved).

EbodShojaei avatar Jul 19 '24 00:07 EbodShojaei