@makeswift/runtime 0.0.13 → 0.0.15

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.cjs.js CHANGED
@@ -5641,6 +5641,7 @@ const StyledDropDownItem = styled__default["default"](Link)`
5641
5641
  color: black;
5642
5642
  background-color: transparent;
5643
5643
  transition: background-color 0.2s;
5644
+ ${cssTextStyle()}
5644
5645
  ${(p) => cssMediaRules([p.color, p.textStyle], ([color, textStyle = {}]) => {
5645
5646
  const fontSize = textStyle.fontSize || {
5646
5647
  value: 14,