mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(docs): fix enabling blur theme
This commit is contained in:
parent
570b68b531
commit
184875d8c9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ If you want to switch theme to the blur, you need to follow 3 simple steps:
|
||||||
1) Blur color scheme needs some javascript to calculate initial background offsets for panels.
|
1) Blur color scheme needs some javascript to calculate initial background offsets for panels.
|
||||||
That's why we need to tell the system that we want to use blur theme by specifying this in `src/app/theme/theme.config.ts`:
|
That's why we need to tell the system that we want to use blur theme by specifying this in `src/app/theme/theme.config.ts`:
|
||||||
```javascript
|
```javascript
|
||||||
baConfigProvider.changeTheme({name: 'blur'});
|
this._baConfig.changeTheme({name: 'blur'});
|
||||||
```
|
```
|
||||||
|
|
||||||
2) Also you need to change some colors.
|
2) Also you need to change some colors.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue