@hoddy-ui/core 1.0.99 → 1.0.100

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoddy-ui/core",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "description": "Core rich react native components written in typescript",
5
5
  "main": "index.ts",
6
6
  "repository": {
@@ -45,7 +45,7 @@ const Typography: React.FC<TypographyProps> = forwardRef(
45
45
  alignItems: "center",
46
46
  textAlign: align,
47
47
  fontWeight: fontWeight.toString(),
48
- fontFamily: fontFamily || getConfig().DEFAULT_FONT_FAMILY || "System", // Use custom font if provided, else default
48
+ fontFamily: fontFamily || getConfig().DEFAULT_FONT_FAMILY || undefined, // Use custom font if provided, else default
49
49
  },
50
50
  });
51
51