@rabex-kit/rabex-ui 0.2.73 → 0.2.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rabex-ui.cjs.development.js +3 -3
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +3 -3
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -3246,15 +3246,15 @@ var RabexTypography = {
|
|
|
3246
3246
|
},
|
|
3247
3247
|
body1: {
|
|
3248
3248
|
fontSize: '16px',
|
|
3249
|
-
lineHeight: '
|
|
3249
|
+
lineHeight: '32px'
|
|
3250
3250
|
},
|
|
3251
3251
|
largeButton: {
|
|
3252
3252
|
fontSize: '16px',
|
|
3253
|
-
lineHeight: '
|
|
3253
|
+
lineHeight: '32px'
|
|
3254
3254
|
},
|
|
3255
3255
|
inputLabel: {
|
|
3256
3256
|
fontSize: '16px',
|
|
3257
|
-
lineHeight: '
|
|
3257
|
+
lineHeight: '32px'
|
|
3258
3258
|
},
|
|
3259
3259
|
body2: {
|
|
3260
3260
|
fontSize: '14px',
|