cdslibrary 1.0.12 → 1.0.13

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.
@@ -63,7 +63,7 @@ export const CDSButton = ({
63
63
  ? textStyles.link.small
64
64
  : textStyles.link.regular
65
65
  : textStyles.buttonText,
66
- { color: textColor },
66
+ { color: textColor, minWidth: null },
67
67
  ]}
68
68
  >
69
69
  {label}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",