From 184875d8c90222c0c6f53ab6ea4342e2530c5d02 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Tue, 24 May 2016 13:30:36 +0300 Subject: [PATCH] fix(docs): fix enabling blur theme --- docs/contents/articles/014-switch-to-blur-theme/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contents/articles/014-switch-to-blur-theme/index.md b/docs/contents/articles/014-switch-to-blur-theme/index.md index 67572eff..9462fea7 100644 --- a/docs/contents/articles/014-switch-to-blur-theme/index.md +++ b/docs/contents/articles/014-switch-to-blur-theme/index.md @@ -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. 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 - baConfigProvider.changeTheme({name: 'blur'}); + this._baConfig.changeTheme({name: 'blur'}); ``` 2) Also you need to change some colors.