mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[Blazor] Always use dark mode.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<Router AppAssembly="typeof(Program).Assembly">
|
<FluentDesignTheme StorageName="theme" Mode="DesignThemeModes.Dark">
|
||||||
<Found Context="routeData">
|
<Router AppAssembly="typeof(Program).Assembly">
|
||||||
<RouteView DefaultLayout="typeof(Layout.MainLayout)" RouteData="routeData"/>
|
<Found Context="routeData">
|
||||||
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
<RouteView DefaultLayout="typeof(Layout.MainLayout)" RouteData="routeData"/>
|
||||||
</Found>
|
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
||||||
</Router>
|
</Found>
|
||||||
|
</Router>
|
||||||
|
</FluentDesignTheme>
|
||||||
Reference in New Issue
Block a user