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.js CHANGED
@@ -2024,7 +2024,7 @@ const CustomLoader = ({ loading }) => {
2024
2024
  LottieView__default["default"],
2025
2025
  {
2026
2026
  style: styles.loader,
2027
- source: mode === "dark" ? LOADER_DARK : LOADER_LIGHT,
2027
+ source: mode === "dark" ? LOADER_LIGHT : LOADER_DARK,
2028
2028
  autoPlay: true,
2029
2029
  loop: true
2030
2030
  }