@manamerge/mana-atomic-ui 1.0.209 → 1.0.211
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.
|
@@ -38,11 +38,11 @@ const cardSimpleRender = {
|
|
|
38
38
|
atomHeading: {
|
|
39
39
|
variant: "primary",
|
|
40
40
|
asTag: "h3",
|
|
41
|
-
margin: "20px
|
|
41
|
+
margin: "20px 20px 5px 20px"
|
|
42
42
|
},
|
|
43
43
|
atomText: {
|
|
44
44
|
variant: "primary-light",
|
|
45
|
-
margin: "0
|
|
45
|
+
margin: "0 20px 20px 20px"
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
};
|