@trafilea/afrodita-components 5.0.0-beta.162 → 5.0.0-beta.163

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/build/index.js CHANGED
@@ -4304,6 +4304,8 @@ var ButtonPrimary = function (_a) {
4304
4304
  fontFamily: 'inherit',
4305
4305
  lineHeight: theme.component.button.lineHeight,
4306
4306
  letterSpacing: theme.component.button.letterSpacing,
4307
+ minWidth: theme.component.button.minWidth,
4308
+ minHeight: theme.component.button.minHeight,
4307
4309
  '&:hover': {
4308
4310
  backgroundColor: theme.component.button.primary.hover.backgroundColor,
4309
4311
  color: theme.component.button.primary.hover.color,