blazor-pro-components icon indicating copy to clipboard operation
blazor-pro-components copied to clipboard

Customize pro layout theme color

Open NgMeiYann opened this issue 2 years ago • 3 comments

PrimaryColor value does not take effect in pro layout theme in app settings. How can customize it? image

NgMeiYann avatar Oct 07 '21 03:10 NgMeiYann

As workround until it's fixed, I solved forcing the theme in the index.html:

<link href="/_content/AntDesign.ProLayout/theme/dust.css" rel="stylesheet"/>

adospace avatar Oct 21 '21 13:10 adospace

As workround until it's fixed, I solved forcing the theme in the index.html:

<link href="/_content/AntDesign.ProLayout/theme/dust.css" rel="stylesheet"/>

Any workaround to add custom color?

petrv7 avatar Nov 07 '21 11:11 petrv7

As workround until it's fixed, I solved forcing the theme in the index.html: <link href="/_content/AntDesign.ProLayout/theme/dust.css" rel="stylesheet"/>

Any workaround to add custom color?

You can generate custom color theme by adding the customcolor.less file and build the ant design pro layout project to get the customcolor.css stylesheet

NgMeiYann avatar Nov 17 '21 07:11 NgMeiYann