UI/typograhy: init typography extension

This commit is contained in:
Johannes Kirschbauer
2024-11-14 10:31:55 +01:00
parent c0bd20414e
commit f9f760cbe8
8 changed files with 72 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ export const Layout: Component<RouteSectionProps> = (props) => {
}
});
return (
<div class="h-screen bg-gradient-to-b from-white to-base-100 p-4">
<div class="h-screen bg-base-100 p-4">
<div class="drawer lg:drawer-open ">
<input
id="toplevel-drawer"