setCurrentPassword(e.target.value)}
className="pl-9"
@@ -99,7 +116,9 @@ export function ChangePasswordForm() {
setNewPassword(e.target.value)}
className="pl-9"
@@ -115,7 +134,9 @@ export function ChangePasswordForm() {
setConfirmPassword(e.target.value)}
className="pl-9"
diff --git a/src/components/settings/ClientSettings.tsx b/src/components/settings/ClientSettings.tsx
index bd00fe5..0648f61 100644
--- a/src/components/settings/ClientSettings.tsx
+++ b/src/components/settings/ClientSettings.tsx
@@ -20,32 +20,34 @@ export function ClientSettings({ initialConfig, initialLibraries }: ClientSettin
const { t } = useTranslate();
return (
-
-
{t("settings.title")}
+
+
+
{t("settings.title")}
-
-
-
-
- {t("settings.tabs.display")}
-
-
-
- {t("settings.tabs.connection")}
-
-
+
+
+
+
+ {t("settings.tabs.display")}
+
+
+
+ {t("settings.tabs.connection")}
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
);
}