diff --git a/en/components/button.md b/en/components/button.md index 30c680aa5d..54bf6c1f66 100644 --- a/en/components/button.md +++ b/en/components/button.md @@ -1084,9 +1084,6 @@ When you modify a primary property, all related dependent properties are updated -Another way to style the button is by using **Sass**, along with our type-specific theme functions: [`flat-button-theme`]({environment:sassApiUrl}/themes#function-flat-button-theme), [`outlined-button-theme`]({environment:sassApiUrl}/themes#function-outlined-button-theme), [`contained-button-theme`]({environment:sassApiUrl}/themes#function-contained-button-theme), and [`fab-button-theme`]({environment:sassApiUrl}/themes#function-fab-button-theme). - -Each of them will target only the buttons of that specific type.

Indigo Theme

@@ -1413,7 +1410,7 @@ To style the button you can use our type-specific theme functions: [`flat-button Each of them will target only the buttons of that specific type. -To get started with styling the button, first import the themes module, which includes all theme functions and component mixins: +To get started, first import the themes module, which includes all theme functions and component mixins: ```scss @use "igniteui-angular/theming" as *;