@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.
- package/build/index.esm.js +2 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4393,6 +4393,7 @@ var CustomButton = newStyled.button(function (_a) {
|
|
|
4393
4393
|
fontWeight: 600,
|
|
4394
4394
|
fontSize: theme.component.dropdown.fontSize,
|
|
4395
4395
|
padding: theme.component.dropdown.padding,
|
|
4396
|
+
fontFamily: theme.fonts.config[0].family,
|
|
4396
4397
|
color: theme.component.dropdown.color,
|
|
4397
4398
|
fill: theme.component.dropdown.fill,
|
|
4398
4399
|
width: wide ? '100%' : 'auto',
|
|
@@ -4443,6 +4444,7 @@ var DropdownOptions = newStyled(BaseSelect$1.Options)(function (_a) {
|
|
|
4443
4444
|
boxSizing: 'border-box',
|
|
4444
4445
|
borderRadius: theme.component.dropdown.options.borderRadius,
|
|
4445
4446
|
background: theme.colors.shades.white.color,
|
|
4447
|
+
fontFamily: theme.fonts.config[0].family,
|
|
4446
4448
|
padding: 0,
|
|
4447
4449
|
marginTop: '0.125rem',
|
|
4448
4450
|
position: 'absolute',
|