@xetwa/design-system 1.0.9 → 1.0.10
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 +0 -3
package/package.json
CHANGED
package/src/styles/theme.ts
CHANGED
|
@@ -226,21 +226,18 @@ export const theme = {
|
|
|
226
226
|
fontFamily: 'Nunito',
|
|
227
227
|
fontSize: 16,
|
|
228
228
|
fontWeight: '800' as const,
|
|
229
|
-
lineHeight: 16,
|
|
230
229
|
letterSpacing: 0.64,
|
|
231
230
|
},
|
|
232
231
|
btnMd: {
|
|
233
232
|
fontFamily: 'Nunito',
|
|
234
233
|
fontSize: 14,
|
|
235
234
|
fontWeight: '800' as const,
|
|
236
|
-
lineHeight: 14,
|
|
237
235
|
letterSpacing: 0.56,
|
|
238
236
|
},
|
|
239
237
|
btnSm: {
|
|
240
238
|
fontFamily: 'Nunito',
|
|
241
239
|
fontSize: 12,
|
|
242
240
|
fontWeight: '800' as const,
|
|
243
|
-
lineHeight: 12,
|
|
244
241
|
letterSpacing: 0.48,
|
|
245
242
|
},
|
|
246
243
|
},
|