@novalabsxyz/base-theme
Advanced tools
Comparing version 1.0.4-alpha.1 to 1.0.4-alpha.2
@@ -196,9 +196,9 @@ "use strict"; | ||
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507 | ||
paddingTop: '1.5' }), | ||
paddingTop: '8' }), | ||
h2: Object.assign(Object.assign({}, baseTextVariants.h2), { color: 'primaryText', | ||
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507 | ||
paddingTop: '1.5' }), | ||
paddingTop: '4' }), | ||
h3: Object.assign(Object.assign({}, baseTextVariants.h3), { color: 'primaryText', | ||
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507 | ||
paddingTop: '1.5' }), | ||
paddingTop: '2.5' }), | ||
h4: Object.assign(Object.assign({}, baseTextVariants.h4), { color: 'secondaryText', | ||
@@ -205,0 +205,0 @@ // Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507 |
{ | ||
"name": "@novalabsxyz/base-theme", | ||
"version": "1.0.4-alpha.1", | ||
"version": "1.0.4-alpha.2", | ||
"description": "BaseTheme for Novalabs", | ||
@@ -19,3 +19,3 @@ "contributors": [ | ||
}, | ||
"gitHead": "08e5068ab7d70bd17e22359e16c79f5527bf88b2" | ||
"gitHead": "b51126c1ae707729265e0d931c66b86f9af4c4fa" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51165