fansunited-frontend-components 0.0.11-RC5 → 0.0.11
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/components.js +1 -1
- package/package.json +1 -1
package/components.js
CHANGED
|
@@ -37915,7 +37915,7 @@ const J3 = (e) => {
|
|
|
37915
37915
|
fontWeight: 700,
|
|
37916
37916
|
lineHeight: "133%",
|
|
37917
37917
|
letterSpacing: "0px",
|
|
37918
|
-
textAlign:
|
|
37918
|
+
textAlign: "left",
|
|
37919
37919
|
fontSize: "1.5em",
|
|
37920
37920
|
color: e.darkTextColor,
|
|
37921
37921
|
fontFamily: e.fontFamilyPrimary
|