File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1- import { } from "styled-components" ;
2- import { lightTheme } from "./src/styles/themes" ;
3-
41declare global {
52 module "*.svg" {
63 const content : React . FC < React . SVGAttributes < SVGElement > > ;
@@ -12,8 +9,4 @@ declare global {
129 }
1310}
1411
15- declare module "styled-components" {
16- type Theme = typeof lightTheme ;
17- //eslint-disable-next-line @typescript-eslint/no-empty-interface
18- export interface DefaultTheme extends Theme { }
19- }
12+ export { } ;
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ import { WagmiAdapter } from "@reown/appkit-adapter-wagmi";
77import { ALL_CHAINS , DEFAULT_CHAIN } from "consts/chains" ;
88import { isProductionDeployment } from "consts/index" ;
99
10- import { lightTheme } from "styles/themes" ;
11-
1210const alchemyApiKey = import . meta. env . ALCHEMY_API_KEY ?? "" ;
1311const isProduction = isProductionDeployment ( ) ;
1412
@@ -61,7 +59,7 @@ createAppKit({
6159 defaultNetwork : isProduction ? arbitrum : arbitrumSepolia ,
6260 projectId,
6361 themeVariables : {
64- "--w3m-color-mix" : lightTheme . primaryPurple ,
62+ "--w3m-color-mix" : "#4D00B4" ,
6563 "--w3m-color-mix-strength" : 20 ,
6664 // overlay portal is at 9999
6765 "--w3m-z-index" : 10000 ,
You can’t perform that action at this time.
0 commit comments