cdslibrary 1.2.67 → 1.2.69

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.2.67",
4
+ "version": "1.2.69",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",
@@ -132,8 +132,8 @@ export const getSemanticTextStyles = (theme, isMobile) => {
132
132
 
133
133
  label: {
134
134
  fontFamily: CDSprimitiveFontValues.family.interSemiBold,
135
- fontSize: getVal('size', 'sm'),
136
- lineHeight: getVal('lineHeight', 'sm'),
135
+ fontSize: getVal('size', 'md'),
136
+ lineHeight: getVal('lineHeight', 'md'),
137
137
  color: theme.text.neutral.primary,
138
138
  },
139
139