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.js
CHANGED
|
@@ -2135,7 +2135,14 @@ 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"
|
|
2141
|
+
},
|
|
2142
|
+
subButton: {
|
|
2143
|
+
marginLeft: 9,
|
|
2144
|
+
alignSelf: "flex-start",
|
|
2145
|
+
alignItems: "flex-start"
|
|
2139
2146
|
}
|
|
2140
2147
|
});
|
|
2141
2148
|
|
|
@@ -2232,7 +2239,7 @@ const Toast = React__default["default"].forwardRef(
|
|
|
2232
2239
|
)), subjectText && /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles$l.subContainer }, /* @__PURE__ */ React__default["default"].createElement(
|
|
2233
2240
|
reactNative.Pressable,
|
|
2234
2241
|
{
|
|
2235
|
-
style: styles$l.
|
|
2242
|
+
style: styles$l.subButton,
|
|
2236
2243
|
onPress: onSubBtnPress || void 0,
|
|
2237
2244
|
testID: "TOAST-BTN"
|
|
2238
2245
|
},
|