Color configuration for the LiveClock component.
const customColors: Partial<LiveClockColors> = { text: '#ffffff',};<LiveClock colors={customColors} /> Copy
const customColors: Partial<LiveClockColors> = { text: '#ffffff',};<LiveClock colors={customColors} />
Text color
Color configuration for the LiveClock component.
Example