Style configuration for the RecordingControls component.
Remarks
Controls the visual spacing and sizing of the recording controls.
Separate configurations are available for full and compact modes.
Example
constcustomStyles: Partial<RecordingControlsStyles> = { gap:12, // More space between elements in full mode compactGap:6, // More space in compact mode durationMinWidth:60, // Wider duration display };
Style configuration for the RecordingControls component.
Remarks
Controls the visual spacing and sizing of the recording controls. Separate configurations are available for full and compact modes.
Example