diff --git a/docs/appkit/shared/theming.mdx b/docs/appkit/shared/theming.mdx index e0478fb18..d914b3a05 100644 --- a/docs/appkit/shared/theming.mdx +++ b/docs/appkit/shared/theming.mdx @@ -21,6 +21,8 @@ createWeb3Modal({ themeVariables: { '--w3m-color-mix': '#00BB7F', '--w3m-color-mix-strength': 40 + "--w3m-accent": "#690251", // we can change icon color + } }) ```