Merges user-provided DevicePreview colors with default values.
Optional
Partial colors to merge with defaults
Complete DevicePreviewColors with all required properties
const colors = mergeDevicePreviewColors({ progressBarLow: '#22c55e', progressBarHigh: '#ef4444',});// Custom green/red, default yellow for medium Copy
const colors = mergeDevicePreviewColors({ progressBarLow: '#22c55e', progressBarHigh: '#ef4444',});// Custom green/red, default yellow for medium
Merges user-provided DevicePreview colors with default values.