dhre-ui-kit 0.0.307 → 0.0.309
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 +9 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +9 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2098,7 +2098,14 @@ 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"
|
|
2104
|
+
},
|
|
2105
|
+
subButton: {
|
|
2106
|
+
marginLeft: 9,
|
|
2107
|
+
alignSelf: "flex-start",
|
|
2108
|
+
alignItems: "flex-start"
|
|
2102
2109
|
}
|
|
2103
2110
|
});
|
|
2104
2111
|
|
|
@@ -2195,7 +2202,7 @@ const Toast = React.forwardRef(
|
|
|
2195
2202
|
)), subjectText && /* @__PURE__ */ React.createElement(View, { style: styles$l.subContainer }, /* @__PURE__ */ React.createElement(
|
|
2196
2203
|
Pressable,
|
|
2197
2204
|
{
|
|
2198
|
-
style: styles$l.
|
|
2205
|
+
style: styles$l.subButton,
|
|
2199
2206
|
onPress: onSubBtnPress || void 0,
|
|
2200
2207
|
testID: "TOAST-BTN"
|
|
2201
2208
|
},
|