Skip to content

Commit

Permalink
feat(ui): apply correct typography styles
Browse files Browse the repository at this point in the history
RISDEV-4777
  • Loading branch information
hamo225 committed Sep 8, 2024
1 parent 6ca8500 commit fa6dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primevue/toast/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const toast: ToastPassThroughOptions = {
}),

summary: () => ({
class: tw`font-bold`,
class: tw`ris-body2-bold`,
}),

closeIcon: () => ({
Expand Down

0 comments on commit fa6dc18

Please sign in to comment.