generate css classes based on theme

This commit is contained in:
Max Peintner
2023-04-24 09:54:47 +02:00
parent 1d9a858cea
commit e323e48523
14 changed files with 156 additions and 98 deletions

View File

@@ -1,5 +1,4 @@
import { ZitadelLogo } from "#/ui/ZitadelLogo";
import { ColorService } from "#/utils/colors";
import React from "react";
export default async function Layout({
@@ -7,8 +6,6 @@ export default async function Layout({
}: {
children: React.ReactNode;
}) {
const colorService = new ColorService();
return (
<div className="mx-auto flex max-w-[400px] flex-col items-center space-y-4 py-10">
<div className="relative">