Skip to content

Commit 1cbf242

Browse files
change a theme
1 parent 008ee37 commit 1cbf242

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
<head>
2+
@DxResourceManager.RegisterTheme(Themes.Fluent)
3+
</head>
24
<Router AppAssembly="@typeof(Program).Assembly">
35
<Found Context="routeData">
46
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
@@ -8,4 +10,4 @@
810
<p>Sorry, there's nothing at this address.</p>
911
</LayoutView>
1012
</NotFound>
11-
</Router>
13+
</Router>

CS/GridExportingWithReports/Pages/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<base href="~/" />
11-
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.css" rel="stylesheet" />
11+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
1212

1313
<link href="~/css/site.css" rel="stylesheet" />
1414
<link href="GridExportingWithReports.styles.css" rel="stylesheet" />

0 commit comments

Comments
 (0)