Default styles for the RecordingControls component.
Remarks
Controls the spacing and sizing of recording controls. Different gap values
are used for full and compact modes.
Example
conststyles = { ...defaultRecordingControlsStyles, gap:12, // More space in full mode compactGap:8, // More space in compact mode durationMinWidth:55, // Wider duration display };
Default styles for the RecordingControls component.