dhre-ui-kit 0.0.342 → 0.0.343

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/lib/index.mjs CHANGED
@@ -1988,7 +1988,7 @@ const CustomLoader = ({ loading }) => {
1988
1988
  LottieView,
1989
1989
  {
1990
1990
  style: styles.loader,
1991
- source: mode === "dark" ? LOADER_DARK : LOADER_LIGHT,
1991
+ source: mode === "dark" ? LOADER_LIGHT : LOADER_DARK,
1992
1992
  autoPlay: true,
1993
1993
  loop: true
1994
1994
  }