UI
Theming
Customize the ui theme to fit your app
Creating a Theme
RelayKit UI can be fully themed using an intuitive set of theme tokens. You can choose to override all tokens or just a few to make the components match your application theme. You can view the full list of theme overrides here.
Fonts
If you are overriding any fonts with custom fonts you need to configure the custom font in your application. For example if you’re using nextjs you can refer to this doc or if you’re pulling the fonts in via css you can refer to this doc.
Usage
Now that your theme is configured you’ll just need to pass it into the RelayKitProvider
.