Hiyve Components - v1.0.0
    Preparing search index...

    Variable defaultLiveClockColorsConst

    defaultLiveClockColors: LiveClockColors = ...

    Default colors for the LiveClock component.

    import { defaultLiveClockColors, LiveClock } from '@hiyve/utilities';

    const colors = {
    ...defaultLiveClockColors,
    text: '#ffffff',
    };

    <LiveClock colors={colors} />