Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions en/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -1084,9 +1084,6 @@ When you modify a primary property, all related dependent properties are updated
</tbody>
</table>
</div>
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.

<div class="theme-table indigo">
<h3>Indigo Theme</h3>
Expand Down Expand Up @@ -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 *;
Expand Down
Loading