Skip to content

Commit

Permalink
Merge pull request #6789 from abpframework/liangshiwei/doc-patch-1
Browse files Browse the repository at this point in the history
Fix the wrong document
  • Loading branch information
maliming authored Dec 24, 2020
2 parents d15b1a7 + a2642ab commit b392c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/UI/Blazor/Theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A theme is simply a Razor Class Library.

### The Easy Way

The easiest way to create a new theme is to copy the [Basic Theme Source Code](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme) and customize it. Once you get a copy of the theme in your solution, remove the `Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic` NuGet package and reference to the local project.
The easiest way to create a new theme is to copy the [Basic Theme Source Code](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme) and customize it. Once you get a copy of the theme in your solution, remove the `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` NuGet package and reference to the local project.

### Global Styles / Scripts

Expand Down

0 comments on commit b392c4e

Please sign in to comment.