@rango-dev/widget-embedded 0.1.14 → 0.1.16-next.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.
@@ -17,7 +17,7 @@ import { useTranslation, initReactI18next } from 'react-i18next';
17
17
  import i18n, { t } from 'i18next';
18
18
  import { useManager, Provider } from '@rango-dev/queue-manager-react';
19
19
  import dayjs from 'dayjs';
20
- import { styled as styled$1 } from '@rango-dev/ui/src/theme';
20
+ import { styled as styled$1 } from '@rango-dev/ui/';
21
21
  import Backend from 'i18next-http-backend';
22
22
  import LanguageDetector from 'i18next-browser-languagedetector';
23
23
 
@@ -2249,7 +2249,7 @@ function BottomLogo() {
2249
2249
  } = useTranslation();
2250
2250
  return React.createElement(Container$3, null, React.createElement(Typography, {
2251
2251
  variant: "caption",
2252
- color: '$neutrals600'
2252
+ color: "$neutrals600"
2253
2253
  }, t('Powered By')), React.createElement(StyledAnchor, {
2254
2254
  href: "https://rango.exchange",
2255
2255
  target: "_blank"