Skip to content

Commit

Permalink
chore: set color mix strength to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Feb 5, 2025
1 parent d3bdbfc commit 55f7da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ethereum-provider/src/wcmToAppKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function convertThemeVariables(

"--w3m-font-size-master": wcmTheme["--wcm-text-medium-regular-size"],
"--w3m-border-radius-master": wcmTheme["--wcm-container-border-radius"],
"--w3m-color-mix-strength": 8,
"--w3m-color-mix-strength": 0,
};
}

Expand Down

0 comments on commit 55f7da1

Please sign in to comment.