dhre-ui-kit 0.0.342 → 0.0.344
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 +3 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -763,7 +763,8 @@ const createStyles$3 = (theme) => {
|
|
|
763
763
|
width: 80,
|
|
764
764
|
height: 80,
|
|
765
765
|
justifyContent: "center",
|
|
766
|
-
alignItems: "center"
|
|
766
|
+
alignItems: "center",
|
|
767
|
+
backgroundColor: "red"
|
|
767
768
|
},
|
|
768
769
|
text: {
|
|
769
770
|
marginTop: 16,
|
|
@@ -1988,7 +1989,7 @@ const CustomLoader = ({ loading }) => {
|
|
|
1988
1989
|
LottieView,
|
|
1989
1990
|
{
|
|
1990
1991
|
style: styles.loader,
|
|
1991
|
-
source: mode === "dark" ?
|
|
1992
|
+
source: mode === "dark" ? LOADER_LIGHT : LOADER_DARK,
|
|
1992
1993
|
autoPlay: true,
|
|
1993
1994
|
loop: true
|
|
1994
1995
|
}
|