From 611c8e10d0b18005c80d17e4d741e56579810141 Mon Sep 17 00:00:00 2001 From: chandan varma <130903986+chandanJohnWick@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:01:09 +0530 Subject: [PATCH] Update theming.mdx --- docs/appkit/shared/theming.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 + } }) ```