mario-core 2.9.303-release → 2.9.304-release

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -853,7 +853,8 @@
853
853
  font-weight: 700;
854
854
  line-height: 27px;
855
855
  text-align: left;
856
- color: #316CD9; }
856
+ color: #316CD9;
857
+ font-family: "Poppins-Regular"; }
857
858
  @media (max-width: 768px) {
858
859
  ._DrSlA p {
859
860
  font-size: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.303-release",
3
+ "version": "2.9.304-release",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",