@trafilea/afrodita-components 5.0.0-beta.126 → 5.0.0-beta.127

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.
@@ -4367,6 +4367,7 @@ var CustomButton = newStyled.button(function (_a) {
4367
4367
  fontWeight: 600,
4368
4368
  fontSize: theme.component.dropdown.fontSize,
4369
4369
  padding: theme.component.dropdown.padding,
4370
+ fontFamily: theme.fonts.config[0].family,
4370
4371
  color: theme.component.dropdown.color,
4371
4372
  fill: theme.component.dropdown.fill,
4372
4373
  width: wide ? '100%' : 'auto',
@@ -4417,6 +4418,7 @@ var DropdownOptions = newStyled(BaseSelect$1.Options)(function (_a) {
4417
4418
  boxSizing: 'border-box',
4418
4419
  borderRadius: theme.component.dropdown.options.borderRadius,
4419
4420
  background: theme.colors.shades.white.color,
4421
+ fontFamily: theme.fonts.config[0].family,
4420
4422
  padding: 0,
4421
4423
  marginTop: '0.125rem',
4422
4424
  position: 'absolute',