Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 684 Bytes

File metadata and controls

38 lines (26 loc) · 684 Bytes

import ThemeVariablesTablePartial from '../../_partials/themeVariablesTable.mdx' import ThemeModePartial from '../../_partials/themeMode.mdx' import ThemeVariablesPartial from '../../_partials/themeVariables.mdx'

Theming

:::caution This documentation is for Web3Modal v2. You can find Web3Modal v3 docs here :::

themeMode

Example

<Web3Modal themeMode="dark" />

themeVariables

Example

<Web3Modal
  themeVariables={{
    '--w3m-font-family': 'Roboto, sans-serif',
    '--w3m-accent-color': '#F5841F'
  }}
/>

List of theme variables