Appearance
Primary Color
const justweb3Config: JustWeb3ProviderConfig = {
color: {
primary: 'hsl(216, 90%, 58%)', // Example: Sky Blue
},
};Background Color
const justweb3Config: JustWeb3ProviderConfig = {
color: {
background: 'hsl(0, 0%, 100%)', // Example: White
},
};Destructive Color
Custom Logo
Custom Fonts (Advanced)
Full Example Configuration
Last updated