@magicbell/magicbell-react@10.6.0
·
626 commits
to main
since this release
Minor Changes
-
#88
7f9ecbc
Thanks @TD-4242! - feat: support css variables as theme color valueimport MagicBell, { NotificationInbox } from '@magicbell/magicbell-react'; const customTheme = { icon: { borderColor: 'var(--magicbell-icon-border-color)', }, }; <MagicBell theme={customTheme} apiKey={...} userEmail={...}> {() => <NotificationInbox height={500} />} </MagicBell>