From b32e28b8c60701b41ba2bf541e2103e9b61e3789 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Wed, 10 Mar 2021 06:10:20 -0600 Subject: [PATCH] move home link --- ErsatzTV/Shared/MainLayout.razor | 43 +++++++++++++------------------- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/ErsatzTV/Shared/MainLayout.razor b/ErsatzTV/Shared/MainLayout.razor index 1071b8c41..df9d734ed 100644 --- a/ErsatzTV/Shared/MainLayout.razor +++ b/ErsatzTV/Shared/MainLayout.razor @@ -10,7 +10,9 @@
- ErsatzTV + + ErsatzTV +
- Home Channels FFmpeg @* *@ @@ -66,32 +67,24 @@ private MudTextField _textField; - private MudTheme _ersatzTvTheme + private MudTheme _ersatzTvTheme => new() { - get + Palette = new Palette { - var current = new MudTheme(); - - return new MudTheme - { - Palette = new Palette - { - ActionDefault = "rgba(255,255,255, 0.80)", - Primary = "#009000", - AppbarBackground = "#121212", - Background = "#272727", - DrawerBackground = "#1f1f1f", - Surface = "#1f1f1f", - DrawerText = "rgba(255,255,255, 0.80)", - TextPrimary = "rgba(255,255,255, 0.80)", - TextSecondary = "rgba(255,255,255, 0.80)", - Info = "#00c0c0", - Tertiary = "#00c000", - White = Colors.Shades.White - } - }; + ActionDefault = "rgba(255,255,255, 0.80)", + Primary = "#009000", + AppbarBackground = "#121212", + Background = "#272727", + DrawerBackground = "#1f1f1f", + Surface = "#1f1f1f", + DrawerText = "rgba(255,255,255, 0.80)", + TextPrimary = "rgba(255,255,255, 0.80)", + TextSecondary = "rgba(255,255,255, 0.80)", + Info = "#00c0c0", + Tertiary = "#00c000", + White = Colors.Shades.White } - } + }; private void OnSearchKeyDown(KeyboardEventArgs args) {