Skip to content

Commit

Permalink
change ModalHeader from 2xl -> xl
Browse files Browse the repository at this point in the history
  • Loading branch information
mindapivessa committed Nov 14, 2023
1 parent 314a641 commit 532acb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const headingVariants = cva('ui-font-favoritpro ui-text-marbleWhite', {
variants: {
size: {
sm: 'ui-text-heading-lg ui-font-bold',
lg: 'ui-text-heading-2xl ui-font-bold',
lg: 'ui-text-heading-xl ui-font-bold',
},
},
})
Expand Down

0 comments on commit 532acb1

Please sign in to comment.