Skip to content

Commit

Permalink
fix toast button font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
BenOsodrac committed Oct 18, 2024
1 parent 7e5acf2 commit 20044b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/toast/toast.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

.toast-button {
@include globals.typography(globals.$ion-body-sm-regular);
@include globals.typography(globals.$ion-body-md-regular);
@include globals.padding(0);

// necessary for ripple to work properly
Expand Down

0 comments on commit 20044b5

Please sign in to comment.