I have created Tiered
solution with Angular
front-end and separated IdentityServer
using abp.io
framework, I have purchased a material theme for my application which I already integrated in my angular app, but IdentityServer still uses it's default UI provided by Abp, I didn't find any promising article showing the way to change it's layout design.
Can anyone suggest anything?
Angular application using seperate IdentityServer still uses server-side IdentityServer4 UI. Since it's serverside (Razor Pages) you can manually override Login Page. Here is an article about how to customize login page that may help.
If you want to change the IdentityServer UI to angular, that will need lots of re-write of base code. This SO question may help, Angular-based login page for IdentityServer.