Skip to content

Commit

Permalink
Try to set dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mvromer committed Feb 14, 2024
1 parent c3301b1 commit 38a894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orders/src/OrdersApp/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inherits LayoutComponentBase
@using MudBlazor

<MudThemeProvider />
<MudThemeProvider IsDarkMode="@true" />

@Body

0 comments on commit 38a894f

Please sign in to comment.