Merges user-provided colors with defaults.
Optional
Partial colors to merge with defaults
Complete colors object with user overrides applied
const colors = mergeColors({ leaveButton: '#ff0000' }); Copy
const colors = mergeColors({ leaveButton: '#ff0000' });
Merges user-provided colors with defaults.