Skip to content

Commit

Permalink
Merge pull request #121 from reown-com/theming-examples
Browse files Browse the repository at this point in the history
Docs update: updating theming docs to showcase examples
  • Loading branch information
rohit-710 authored Oct 30, 2024
2 parents b1570f0 + d5d6558 commit 96b8f87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/appkit/shared/theming.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import Table from '../../components/Table'

You can fully customize the theme for the AppKit integration in your Web3 app. Here are some examples.
- [**Wormfare**](https://dashboard.wormfare.com/purchase)
- [**BeraPong**](https://berapong.com/)

## ThemeMode

By default `themeMode` option will be set to user system settings 'light' or 'dark'. But you can override it like this:
Expand Down

0 comments on commit 96b8f87

Please sign in to comment.