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.mjs
CHANGED
|
@@ -2090,8 +2090,7 @@ const styles$l = StyleSheet.create({
|
|
|
2090
2090
|
color: "#fff"
|
|
2091
2091
|
},
|
|
2092
2092
|
subContainer: {
|
|
2093
|
-
paddingHorizontal: horizontalScale(12)
|
|
2094
|
-
marginTop: verticalScale(8)
|
|
2093
|
+
paddingHorizontal: horizontalScale(12)
|
|
2095
2094
|
},
|
|
2096
2095
|
subButtonText: {
|
|
2097
2096
|
textDecorationLine: "underline",
|