@rango-dev/widget-embedded 0.1.16-next.13 → 0.1.16-next.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.
@@ -3047,7 +3047,7 @@ function usePrevious(value) {
3047
3047
  function useTheme(_ref) {
3048
3048
  let {
3049
3049
  colors: themeColors,
3050
- fontFamily = 'Robot',
3050
+ fontFamily = 'Roboto',
3051
3051
  borderRadius = 8,
3052
3052
  mode = 'auto'
3053
3053
  } = _ref;