From b6eaafa39fbc8a63d9c9130dfb1fe6e3b77cbcb4 Mon Sep 17 00:00:00 2001 From: Alimurtuza <88965204+AlimurtuzaCodes@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:58:16 +0530 Subject: [PATCH] fix: "change username" dialog design (#10095) --- .../ui/UsernameAvailability/UsernameTextfield.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx b/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx index dd0c3d8456..5c04ffc26d 100644 --- a/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx +++ b/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx @@ -159,23 +159,23 @@ const UsernameTextfield = (props: ICustomUsernameProps & Partial
-
-
+
+

{t("current_username")}

{currentUsername}

-
+

{t("new_username")}

-

{inputUsernameValue}

+

{inputUsernameValue}

-
+