Skip to content

Commit

Permalink
fix: broken styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 30, 2024
1 parent fb5a46f commit 8fbc444
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 655 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"@leather.io/query": "2.11.0",
"@leather.io/stacks": "1.1.2",
"@leather.io/tokens": "0.9.0",
"@leather.io/ui": "1.21.1",
"@leather.io/ui": "1.25.0",
"@leather.io/utils": "0.15.0",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.4.0",
Expand Down Expand Up @@ -264,7 +264,7 @@
"@leather.io/rpc": "2.1.7",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.40.1",
"@pandacss/dev": "0.46.1",
"@playwright/test": "1.44.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.13",
"@redux-devtools/cli": "4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import { globalCss } from './theme/global/global';

export default defineConfig({
preflight: true,

include: [
'./node_modules/@leather.io/ui/dist-web/src/**/*.{js,jsx,ts,tsx}',
'./node_modules/@leather.io/ui/dist-web/**/*.{js,jsx,ts,tsx}',
'./src/**/*.{js,jsx,ts,tsx}',
],

Expand Down
Loading

0 comments on commit 8fbc444

Please sign in to comment.