@pushchain/ui-kit 1.1.16-alpha.2 → 1.1.16-alpha.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushchain/ui-kit",
3
- "version": "1.1.16-alpha.2",
3
+ "version": "1.1.16-alpha.3",
4
4
  "dependencies": {
5
5
  "@coral-xyz/anchor": "^0.31.1",
6
6
  "@metamask/sdk": "^0.32.0",
@@ -149,7 +149,7 @@ const LoadingText = styled_components_1.default.p `
149
149
  font-weight: 500;
150
150
  line-height: 27px;
151
151
  color: inherit;
152
- font-family: FK Grotesk Neu;
152
+ font-family: var(--pw-int-font-family);
153
153
  margin: 0px;
154
154
  width: auto;
155
155
  `;
@@ -221,7 +221,7 @@ const Image = styled_components_1.default.img `
221
221
  border: 1px solid var(--stroke-secondary, #313338);
222
222
  `;
223
223
  const TextContainer = styled_components_1.default.div `
224
- font-family: 'FK Grotesk Neu';
224
+ font-family: var(--pw-int-font-family);
225
225
  src: url('./assets/fonts/FKGroteskNeue-Regular.woff2') format('woff2'),
226
226
  url('./assets/fonts/FKGroteskNeue-Regular.woff') format('woff');
227
227
  font-style: normal;