Skip to content

Commit

Permalink
fix(ui): correctly style mat-icons in gn-ui-button
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Sep 19, 2023
1 parent 2d50201 commit 26ed7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/ui/inputs/src/lib/button/button.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* makes sure icons will not make the buttons grow vertically */
mat-icon.mat-icon {
margin-top: -0.3em;
margin-bottom: -0.3em;
:host /deep/ mat-icon.mat-icon {
margin-top: -0.325em;
margin-bottom: -0.325em;
}

0 comments on commit 26ed7d9

Please sign in to comment.