Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit d71dd5b

Browse files
authored
Merge pull request #6467 from IgniteUI/apetrov/fix-button-styling-text
docs(button): fix paragraph position and URLs
2 parents bb1e6da + fe8d6ad commit d71dd5b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

en/components/button.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,9 +1087,6 @@ When you modify a primary property, all related dependent properties are updated
10871087
</tbody>
10881088
</table>
10891089
</div>
1090-
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).
1091-
1092-
Each of them will target only the buttons of that specific type.
10931090

10941091
<div class="theme-table indigo">
10951092
<h3>Indigo Theme</h3>
@@ -1416,7 +1413,7 @@ To style the button you can use our type-specific theme functions: [`flat-button
14161413

14171414
Each of them will target only the buttons of that specific type.
14181415

1419-
To get started with styling the button, first import the themes module, which includes all theme functions and component mixins:
1416+
To get started, first import the themes module, which includes all theme functions and component mixins:
14201417

14211418
```scss
14221419
@use "igniteui-angular/theming" as *;

0 commit comments

Comments
 (0)