From 5ef5a5a10748108637a0382680daded44f2b77c4 Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Wed, 16 Apr 2025 08:04:41 -0300 Subject: [PATCH] Improve random value generator modal UI --- .../v2/PasswordGenerator/PasswordGenerator.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx b/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx index 457ff1cc1..4ce4a7ffa 100644 --- a/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx +++ b/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx @@ -145,18 +145,18 @@ const PasswordGeneratorModal = ({
-
setPasswordOptions({ ...passwordOptions, length: value })} className="mb-1" - aria-labelledby="password-length-label" + aria-labelledby="value-length-label" />
@@ -250,7 +250,7 @@ export const PasswordGenerator = ({ return ( <>