dhre-ui-kit 0.0.307 → 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.js CHANGED
@@ -2135,7 +2135,9 @@ const styles$l = reactNative.StyleSheet.create({
2135
2135
  subButtonText: {
2136
2136
  textDecorationLine: "underline",
2137
2137
  color: "#fff",
2138
- textDecorationColor: "#fff"
2138
+ textDecorationColor: "#fff",
2139
+ alignSelf: "flex-start",
2140
+ textAlign: "left"
2139
2141
  }
2140
2142
  });
2141
2143