@xetwa/design-system 1.0.13 → 1.0.14
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/package.json +1 -1
- package/src/styles/theme.ts +6 -5
package/package.json
CHANGED
package/src/styles/theme.ts
CHANGED
|
@@ -198,7 +198,7 @@ export const theme = {
|
|
|
198
198
|
label: {
|
|
199
199
|
...font('Nunito-ExtraBold', '800'),
|
|
200
200
|
fontSize: 10,
|
|
201
|
-
lineHeight:
|
|
201
|
+
lineHeight: 14,
|
|
202
202
|
letterSpacing: 1.2,
|
|
203
203
|
},
|
|
204
204
|
bodyLg: {
|
|
@@ -224,18 +224,19 @@ export const theme = {
|
|
|
224
224
|
btnLg: {
|
|
225
225
|
...font('Nunito-ExtraBold', '800'),
|
|
226
226
|
fontSize: 16,
|
|
227
|
+
lineHeight: 22,
|
|
227
228
|
letterSpacing: 0.64,
|
|
228
229
|
},
|
|
229
230
|
btnMd: {
|
|
230
|
-
|
|
231
|
+
...font('Nunito-ExtraBold', '800'),
|
|
231
232
|
fontSize: 14,
|
|
232
|
-
|
|
233
|
+
lineHeight: 20,
|
|
233
234
|
letterSpacing: 0.56,
|
|
234
235
|
},
|
|
235
236
|
btnSm: {
|
|
236
|
-
|
|
237
|
+
...font('Nunito-ExtraBold', '800'),
|
|
237
238
|
fontSize: 12,
|
|
238
|
-
|
|
239
|
+
lineHeight: 16,
|
|
239
240
|
letterSpacing: 0.48,
|
|
240
241
|
},
|
|
241
242
|
},
|