Const
Default colors for the LiveClock component.
import { defaultLiveClockColors, LiveClock } from '@hiyve/utilities';const colors = { ...defaultLiveClockColors, text: '#ffffff',};<LiveClock colors={colors} /> Copy
import { defaultLiveClockColors, LiveClock } from '@hiyve/utilities';const colors = { ...defaultLiveClockColors, text: '#ffffff',};<LiveClock colors={colors} />
Default colors for the LiveClock component.