Set the default theme to dark
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<RadzenComponents @rendermode="InteractiveServer" />
|
||||
<div class="page">
|
||||
<div class="sidebar">
|
||||
@@ -6,9 +7,12 @@
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
<RadzenPanel Style="height: 100%; width: 100%">
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
</RadzenPanel>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user