@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.es.js
CHANGED
|
@@ -5605,6 +5605,7 @@ const StyledDropDownItem = styled(Link)`
|
|
|
5605
5605
|
color: black;
|
|
5606
5606
|
background-color: transparent;
|
|
5607
5607
|
transition: background-color 0.2s;
|
|
5608
|
+
${cssTextStyle()}
|
|
5608
5609
|
${(p) => cssMediaRules([p.color, p.textStyle], ([color, textStyle = {}]) => {
|
|
5609
5610
|
const fontSize = textStyle.fontSize || {
|
|
5610
5611
|
value: 14,
|