mirror of https://github.com/abpframework/abp.git
5 changed files with 8 additions and 8 deletions
@ -1,12 +1,12 @@ |
|||
namespace Volo.Abp.AspNetCore.Mvc.UI.Theming |
|||
{ |
|||
public class ThemingOptions |
|||
public class AbpThemingOptions |
|||
{ |
|||
public ThemeDictionary Themes { get; } |
|||
|
|||
public string DefaultThemeName { get; set; } |
|||
|
|||
public ThemingOptions() |
|||
public AbpThemingOptions() |
|||
{ |
|||
Themes = new ThemeDictionary(); |
|||
} |
|||
Loading…
Reference in new issue