dhre-ui-kit 0.0.292 → 0.0.293
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 +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3041,14 +3041,14 @@ const styles$b = reactNative.StyleSheet.create({
|
|
|
3041
3041
|
},
|
|
3042
3042
|
badge: {
|
|
3043
3043
|
position: "absolute",
|
|
3044
|
-
top: -5,
|
|
3045
3044
|
right: -5,
|
|
3046
3045
|
minWidth: 20,
|
|
3047
3046
|
height: 20,
|
|
3048
3047
|
borderRadius: 10,
|
|
3049
3048
|
justifyContent: "center",
|
|
3050
3049
|
alignItems: "center",
|
|
3051
|
-
backgroundColor: "#F5524A"
|
|
3050
|
+
backgroundColor: "#F5524A",
|
|
3051
|
+
top: -4
|
|
3052
3052
|
},
|
|
3053
3053
|
badgeText: {
|
|
3054
3054
|
...FONT_STYLES.L3_BOLD,
|