dhre-ui-kit 0.0.306 → 0.0.308

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
@@ -2091,12 +2091,16 @@ const styles$l = StyleSheet.create({
2091
2091
  },
2092
2092
  subContainer: {
2093
2093
  paddingHorizontal: horizontalScale(20),
2094
- marginTop: verticalScale(8)
2094
+ marginTop: verticalScale(8),
2095
+ alignSelf: "flex-start",
2096
+ alignItems: "flex-start"
2095
2097
  },
2096
2098
  subButtonText: {
2097
2099
  textDecorationLine: "underline",
2098
2100
  color: "#fff",
2099
- textDecorationColor: "#fff"
2101
+ textDecorationColor: "#fff",
2102
+ alignSelf: "flex-start",
2103
+ textAlign: "left"
2100
2104
  }
2101
2105
  });
2102
2106