diff --git a/web/src/components/Settings/PreferencesSection.tsx b/web/src/components/Settings/PreferencesSection.tsx
index a24d7eeeb..df237e023 100644
--- a/web/src/components/Settings/PreferencesSection.tsx
+++ b/web/src/components/Settings/PreferencesSection.tsx
@@ -8,7 +8,6 @@ import { useTranslate } from "@/utils/i18n";
import { convertVisibilityFromString, convertVisibilityToString } from "@/utils/memo";
import LocaleSelect from "../LocaleSelect";
import ThemeSelect from "../ThemeSelect";
-import ThemeInfoCard from "../ThemeInfoCard";
import VisibilityIcon from "../VisibilityIcon";
import WebhookSection from "./WebhookSection";
@@ -55,8 +54,6 @@ const PreferencesSection = observer(() => {
{t("setting.preference")}
Current effective theme: {effectiveTheme}
-Workspace default: {workspaceTheme}
- {userTheme && ( -Your preference: {userTheme}
- )} -- Your personal theme preference overrides the workspace default. - If you haven't set a personal preference, the workspace default is used. -
-