dhre-ui-kit 0.0.304 → 0.0.305
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 +1 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2127,8 +2127,7 @@ const styles$l = reactNative.StyleSheet.create({
|
|
|
2127
2127
|
color: "#fff"
|
|
2128
2128
|
},
|
|
2129
2129
|
subContainer: {
|
|
2130
|
-
paddingHorizontal: horizontalScale(12)
|
|
2131
|
-
marginTop: verticalScale(8)
|
|
2130
|
+
paddingHorizontal: horizontalScale(12)
|
|
2132
2131
|
},
|
|
2133
2132
|
subButtonText: {
|
|
2134
2133
|
textDecorationLine: "underline",
|