Skip to content

Commit 7544d23

Browse files
authored
Merge pull request #497 from aziontech/fix/big-number-token
fix: fix big number token
2 parents 2ad4969 + 9d9ffc4 commit 7544d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/theme/src/tailwind/semantic-texts-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export const semanticTexts = () => {
223223
},
224224
[`@media (max-width: ${theme('screens.sm', '640px')})`]: {
225225
'.text-big-number-md': {
226-
fontSize: '4.5rem',
226+
fontSize: '3rem',
227227
lineHeight: '1.20',
228228
},
229229
'.text-heading-2xl': {

0 commit comments

Comments
 (0)