dhre-ui-kit 0.0.308 → 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 +6 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2138,6 +2138,11 @@ const styles$l = reactNative.StyleSheet.create({
|
|
|
2138
2138
|
textDecorationColor: "#fff",
|
|
2139
2139
|
alignSelf: "flex-start",
|
|
2140
2140
|
textAlign: "left"
|
|
2141
|
+
},
|
|
2142
|
+
subButton: {
|
|
2143
|
+
marginLeft: 9,
|
|
2144
|
+
alignSelf: "flex-start",
|
|
2145
|
+
alignItems: "flex-start"
|
|
2141
2146
|
}
|
|
2142
2147
|
});
|
|
2143
2148
|
|
|
@@ -2234,7 +2239,7 @@ const Toast = React__default["default"].forwardRef(
|
|
|
2234
2239
|
)), subjectText && /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles$l.subContainer }, /* @__PURE__ */ React__default["default"].createElement(
|
|
2235
2240
|
reactNative.Pressable,
|
|
2236
2241
|
{
|
|
2237
|
-
style: styles$l.
|
|
2242
|
+
style: styles$l.subButton,
|
|
2238
2243
|
onPress: onSubBtnPress || void 0,
|
|
2239
2244
|
testID: "TOAST-BTN"
|
|
2240
2245
|
},
|