design-zystem 1.0.243 → 1.0.244
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/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -852,6 +852,7 @@ var StyledButton = import_styled_components9.default.button.withConfig({
|
|
|
852
852
|
font-family: 'Open Sans', sans-serif;
|
|
853
853
|
|
|
854
854
|
width: ${(props) => props.width || "fit-content"};
|
|
855
|
+
min-width: fit-content;
|
|
855
856
|
|
|
856
857
|
${(p) => {
|
|
857
858
|
const base = getColor(p.variant, colors.blue_700);
|
package/dist/index.mjs
CHANGED