Merges user-provided colors with defaults.
Optional
Partial colors to merge with defaults
Complete colors object with user overrides applied
const colors = mergeParticipantListColors({ headerBackground: '#1a1a1a', primaryText: '#ffffff',}); Copy
const colors = mergeParticipantListColors({ headerBackground: '#1a1a1a', primaryText: '#ffffff',});
Merges user-provided colors with defaults.