Skip to content

Commit

Permalink
feat(toast): use the typography styles for text
Browse files Browse the repository at this point in the history
RISDEV-4777
  • Loading branch information
hamo225 committed Sep 9, 2024
1 parent 6d077ca commit 77c6f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/primevue/toast/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ const toast: ToastPassThroughOptions = {
summary: () => ({
class: tw`ris-label2-bold`,
}),
detail: () => ({
class: tw`ris-label2-regular`,
}),
closeButton: ({props}) => {
const base = tw`p-2 rounded-sm`;

Expand Down

0 comments on commit 77c6f1f

Please sign in to comment.