From 2d05a18a0ddfbcf4bef403a05aa51567fdf17487 Mon Sep 17 00:00:00 2001 From: Trond Schertel Date: Fri, 29 May 2026 12:02:36 +0200 Subject: [PATCH] Design; --- Components/App.razor | 7 +++++-- Components/Layout/MainLayout.razor | 1 - Components/Pages/Home.razor | 4 ++-- Components/_Imports.razor | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Components/App.razor b/Components/App.razor index de47482..8d0590b 100644 --- a/Components/App.razor +++ b/Components/App.razor @@ -11,19 +11,22 @@ + + - + - + + diff --git a/Components/Layout/MainLayout.razor b/Components/Layout/MainLayout.razor index 57d4973..acfbe87 100644 --- a/Components/Layout/MainLayout.razor +++ b/Components/Layout/MainLayout.razor @@ -16,7 +16,6 @@ { Typography = new Typography() { - // Hier liegt der Fix: DefaultTypography statt Default Default = new DefaultTypography() { FontFamily = new[] { "Urbanist", "sans-serif" } } }, LayoutProperties = new LayoutProperties() diff --git a/Components/Pages/Home.razor b/Components/Pages/Home.razor index 66bb9c9..d3a54a3 100644 --- a/Components/Pages/Home.razor +++ b/Components/Pages/Home.razor @@ -9,13 +9,13 @@ Willkommen zurück, @context.User.Identity?.Name! Deine Pocket-ID (Sub): @_userId - + Abmelden Bitte melde dich an, um deine Workspaces zu verwalten. - + Mit Pocket-ID anmelden diff --git a/Components/_Imports.razor b/Components/_Imports.razor index 1963560..eba3cd0 100644 --- a/Components/_Imports.razor +++ b/Components/_Imports.razor @@ -9,3 +9,4 @@ @using ZahlenAnalyse.Web @using ZahlenAnalyse.Web.Components @using ZahlenAnalyse.Web.Components.Layout +@using MudBlazor \ No newline at end of file