frst-components 0.32.7 → 0.32.8
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6858,7 +6858,7 @@ const TextSection = styled__default["default"].div `
|
|
|
6858
6858
|
`;
|
|
6859
6859
|
const MainText = styled__default["default"].p `
|
|
6860
6860
|
color: #444;
|
|
6861
|
-
font-family: "
|
|
6861
|
+
font-family: "PT Sans";
|
|
6862
6862
|
font-size: 17px;
|
|
6863
6863
|
font-weight: 400;
|
|
6864
6864
|
line-height: normal;
|
|
@@ -6869,7 +6869,7 @@ const SolutionsContainer = styled__default["default"].div `
|
|
|
6869
6869
|
`;
|
|
6870
6870
|
const SolutionItem = styled__default["default"].span `
|
|
6871
6871
|
color: #444;
|
|
6872
|
-
font-family: "
|
|
6872
|
+
font-family: "PT Sans";
|
|
6873
6873
|
font-size: 17px;
|
|
6874
6874
|
font-style: normal;
|
|
6875
6875
|
font-weight: 400;
|