diff --git a/package.json b/package.json index 3d04c051795..74684bcab20 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.8", + "@leather-wallet/tokens": "0.0.10", "@ledgerhq/hw-transport-webusb": "6.27.19", "@noble/hashes": "1.3.2", "@noble/secp256k1": "2.0.0", diff --git a/src/app/ui/components/button/button.stories.tsx b/src/app/ui/components/button/button.stories.tsx index b76ad4f4d42..bff459f25e4 100644 --- a/src/app/ui/components/button/button.stories.tsx +++ b/src/app/ui/components/button/button.stories.tsx @@ -5,7 +5,6 @@ import { BtcAvatarIcon } from '@app/ui/components/avatar/btc-avatar-icon'; import { ChevronDownIcon } from '@app/ui/icons/chevron-down-icon'; import { PlaceholderIcon } from '@app/ui/icons/placeholder-icon'; -// TODO - fix this, my branch is missing a lot of variants and I thin kthats whays up with bottons import { Button as Component } from './button'; const meta: Meta = { diff --git a/src/background/popup.ts b/src/background/popup.ts index 4ab68d7331f..dbde38c57e5 100644 --- a/src/background/popup.ts +++ b/src/background/popup.ts @@ -1,7 +1,7 @@ import { pxStringToNumber } from '@shared/utils/px-string-to-number'; // FIXME import from '@leather-wallet/tokens' -// import { tokens } from '../../theme/tokens'; +// import { tokens } from '@leather-wallet/tokens'; /** * importing from tokens gives TS error about * diff --git a/theme/global/global.ts b/theme/global/global.ts index fca0794f3cc..53f9459487a 100644 --- a/theme/global/global.ts +++ b/theme/global/global.ts @@ -1,8 +1,6 @@ +import { tokens } from '@leather-wallet/tokens'; import { defineGlobalStyles } from '@pandacss/dev'; -// TODO import from '@leather-wallet/tokens' -import { tokens } from '../tokens'; - // 4370 TODO audit the use of this file as we are pretty close to not needing it // - could set some styles in the