@xsolla/xui-context-menu 0.102.0 → 0.104.0
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/native/index.js +1 -1
- package/native/index.js.map +1 -1
- package/native/index.mjs +1 -1
- package/native/index.mjs.map +1 -1
- package/package.json +8 -8
- package/web/index.js +1 -1
- package/web/index.js.map +1 -1
- package/web/index.mjs +1 -1
- package/web/index.mjs.map +1 -1
package/web/index.mjs
CHANGED
|
@@ -184,7 +184,7 @@ var StyledText = styled2.span`
|
|
|
184
184
|
color: ${(props) => props.color || "inherit"};
|
|
185
185
|
font-size: ${(props) => typeof props.fontSize === "number" ? `${props.fontSize}px` : props.fontSize || "inherit"};
|
|
186
186
|
font-weight: ${(props) => props.fontWeight || "normal"};
|
|
187
|
-
font-family: ${(props) => props.fontFamily || '"
|
|
187
|
+
font-family: ${(props) => props.fontFamily || '"Aktiv Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'};
|
|
188
188
|
line-height: ${(props) => typeof props.lineHeight === "number" ? `${props.lineHeight}px` : props.lineHeight || "inherit"};
|
|
189
189
|
white-space: ${(props) => props.whiteSpace || "normal"};
|
|
190
190
|
text-align: ${(props) => props.textAlign || "inherit"};
|