You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ All notable changes for each version of this project will be documented in this
6
6
7
7
#### New theme
8
8
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
9
-
In order to use the theme you have to use one of the following mixins:
10
-
`igx-fluent-theme` and `igx-fluent-dark-theme`
9
+
Depending on your use case you can use one of the following mixins:
10
+
`igx-fluent-theme` and `igx-fluent-dark-theme`
11
11
12
-
We also added two new pallets that can go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`. Of Course, you can always create your own palettes and use them with the theme.
12
+
We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.
13
13
14
-
This is an example of how you can use the new theme.
14
+
Next example shows how you can use the Fluent theme.
15
15
16
16
```scss
17
17
// Light version
@@ -25,7 +25,7 @@ This is an example of how you can use the new theme.
25
25
}
26
26
```
27
27
28
-
For more info about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
28
+
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
0 commit comments