Feat: add persisted account theme settings
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
// Path: Frontend/src/routes/settings/theme.tsx
|
||||
|
||||
import { type JSX } from "solid-js";
|
||||
import { SettingsDetailPage } from "../../components/settings/SettingsDetailPage/SettingsDetailPage";
|
||||
import { ThemeSettingsPage } from "../../components/settings/ThemeSettingsPage/ThemeSettingsPage";
|
||||
|
||||
const SettingsThemeRoute = (): JSX.Element => {
|
||||
return (
|
||||
<SettingsDetailPage
|
||||
title="Theme Settings"
|
||||
description="Choose the visual presentation, density, and theming preferences for the current user."
|
||||
focus={["Theme preset", "Density", "Visual preferences"]}
|
||||
/>
|
||||
);
|
||||
return <ThemeSettingsPage />;
|
||||
};
|
||||
|
||||
export default SettingsThemeRoute;
|
||||
|
||||
Reference in New Issue
Block a user