Set the default theme to dark

This commit is contained in:
2024-08-29 20:09:40 +03:00
parent a23da51c08
commit 046c9bf98b
2 changed files with 8 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="app.css"/>
<link rel="stylesheet" href="DiscordBotWebUI.styles.css"/>
<link rel="icon" type="image/png" href="favicon.png"/>
<RadzenTheme Theme="material" @rendermode="InteractiveServer" />
<RadzenTheme Theme="material-dark" @rendermode="InteractiveServer" />
<HeadOutlet/>
</head>

View File

@@ -1,4 +1,5 @@
@inherits LayoutComponentBase
<RadzenComponents @rendermode="InteractiveServer" />
<div class="page">
<div class="sidebar">
@@ -6,9 +7,12 @@
</div>
<main>
<RadzenPanel Style="height: 100%; width: 100%">
<article class="content px-4">
@Body
</article>
</RadzenPanel>
</main>
</div>