v0.34.0
Minor Changes
-
77a3758: - feat: Added
Theming
support. By @cpcramer #1354Breaking Changes
Added a new config parameter to the
OnchainKitProvider
. The config object includes an appearance property with optionalmode
andtheme
parameters, allowing you to customize the appearance of your components.
Updated CSS variables to use theock
prefix (e.g.,--ock-bg-default
). We’ve also introduced many new variables to enhance theming customization.
For detailed information and theming instructions, refer to theTheming Guide
in the documentation.