Skip to content

Commit

Permalink
Generate button active state
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Apr 30, 2024
1 parent 15a3ccb commit 6393b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GeneratePassword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export const GeneratePassword = (props: GeneratePasswordProps) => {
<button
type="button"
onClick={handleOnGenerate}
className="py-4 px-2 flex justify-center items-center bg-blue-600 hover:bg-blue-700 focus:ring-blue-500 focus:ring-offset-blue-200 active:bg-blue-800 text-white w-full transition ease-in duration-200 text-center text-lg font-semibold shadow-md focus:outline-none rounded-lg mb-12"
className="py-4 px-2 flex justify-center items-center bg-blue-600 hover:bg-blue-700 focus:ring-blue-500 focus:ring-offset-blue-200 active:bg-blue-800 active:text-gray-500 text-white w-full transition ease-in duration-200 text-center text-lg font-semibold shadow-md focus:outline-none rounded-lg mb-12"
>
Generate
<div className="ml-3">
Expand Down

0 comments on commit 6393b82

Please # to comment.