Logo

Styling and Theming

🌞

Styling and Theming

Walletz provides full customization of its UI elements via CSS variables.

Customizing Themes

To style Walletz, override the provided CSS variables in your own CSS file.


To enable theme switching dynamically, simply update theme in your LocalWalletzConfig with light or dark

Button Customization

You can override the default button styles by adding CSS:


Example: Using a custom-styled button

<WalletzButton className="my-custom-button" />