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.mjs CHANGED
@@ -3004,14 +3004,14 @@ const styles$b = StyleSheet.create({
3004
3004
  },
3005
3005
  badge: {
3006
3006
  position: "absolute",
3007
- top: -5,
3008
3007
  right: -5,
3009
3008
  minWidth: 20,
3010
3009
  height: 20,
3011
3010
  borderRadius: 10,
3012
3011
  justifyContent: "center",
3013
3012
  alignItems: "center",
3014
- backgroundColor: "#F5524A"
3013
+ backgroundColor: "#F5524A",
3014
+ top: -4
3015
3015
  },
3016
3016
  badgeText: {
3017
3017
  ...FONT_STYLES.L3_BOLD,