Skip to content

Commit

Permalink
chore: consume design tokens from extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Dec 4, 2023
1 parent 0e52e5f commit d476fa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion theme/breakpoints.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { breakpoints as leatherBreakpoints } from '@leather-wallet/tokens';

// TODO consider removing this from the tokens package / doing this better
// ts-unused-exports:disable-next-line
export const breakpoints = {
...leatherBreakpoints,
Expand Down
1 change: 1 addition & 0 deletions theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { defineTokens } from '@pandacss/dev';

// ts-unused-exports:disable-next-line
export const colors = defineTokens.colors({
current: { value: 'currentColor' },
...leatherColors,
});

0 comments on commit d476fa3

Please sign in to comment.