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.mjs CHANGED
@@ -2098,7 +2098,9 @@ const styles$l = StyleSheet.create({
2098
2098
  subButtonText: {
2099
2099
  textDecorationLine: "underline",
2100
2100
  color: "#fff",
2101
- textDecorationColor: "#fff"
2101
+ textDecorationColor: "#fff",
2102
+ alignSelf: "flex-start",
2103
+ textAlign: "left"
2102
2104
  }
2103
2105
  });
2104
2106