diff --git a/package.json b/package.json index d0d9d0c8ab8..60ba634b070 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@dlc-link/dlc-tools": "1.1.1", "@fungible-systems/zone-file": "2.0.0", "@hirosystems/token-metadata-api-client": "1.2.0", - "@leather-wallet/tokens": "0.0.10", + "@leather-wallet/tokens": "0.0.13", "@ledgerhq/hw-transport-webusb": "6.27.19", "@noble/hashes": "1.3.2", "@noble/secp256k1": "2.0.0", diff --git a/theme/typography.ts b/theme/typography.ts index 60189901e4f..6f378cd773f 100644 --- a/theme/typography.ts +++ b/theme/typography.ts @@ -1,5 +1,5 @@ -import { textStyles as leatherTextStyles } from '@leather-wallet/tokens'; +import { getWebTextVariants } from '@leather-wallet/tokens'; import { defineTextStyles } from '@pandacss/dev'; // ts-unused-exports:disable-next-line -export const textStyles = defineTextStyles({ ...leatherTextStyles }); +export const textStyles = defineTextStyles({ ...getWebTextVariants() }); diff --git a/yarn.lock b/yarn.lock index da1c87894cb..e4807a096d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2663,10 +2663,10 @@ "@trivago/prettier-plugin-sort-imports" "^4.2.0" prettier "^3.0.3" -"@leather-wallet/tokens@0.0.10": - version "0.0.10" - resolved "https://registry.yarnpkg.com/@leather-wallet/tokens/-/tokens-0.0.10.tgz#8d944d6f63847a71d9739974163554496c92b79c" - integrity sha512-DhFBpPclCaDM5+o/H5+luPfTrnLuQ8aW9PGBRSc+yiIhSL1wNv/fuTljF/R4uHQQblG4EQQ2fjRyh5XKBEfKaQ== +"@leather-wallet/tokens@0.0.13": + version "0.0.13" + resolved "https://registry.yarnpkg.com/@leather-wallet/tokens/-/tokens-0.0.13.tgz#0162f59d888afcb15dd71fbbe7ab54b5b54b6386" + integrity sha512-ScXDDa0pyB86XqUHTWGoZPsrCpdWG/vEvhD5YyfSIBKnNnPdf/zP16/Wv88edPBXQfcR98YUOgIm+Uvjq75Fqw== "@ledgerhq/devices@^8.0.7", "@ledgerhq/devices@^8.2.0": version "8.2.0"