feat: themes
This commit is contained in:
+11
-1
@@ -1,3 +1,13 @@
|
||||
import { ThemeToggle } from "@/modules/theme-changer/ui/Theme.toggle";
|
||||
|
||||
export const HomePage = () => {
|
||||
return <div className="bg-red-500">Домашняя</div>;
|
||||
return (
|
||||
<div
|
||||
style={{ backgroundColor: "var(--bg-primary)" }}
|
||||
className="min-h-screen flex items-center justify-center p-4"
|
||||
>
|
||||
<ThemeToggle />
|
||||
Домашняя
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user