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

    Variable DEFAULT_CARD_COLORSConst

    DEFAULT_CARD_COLORS: RoomCardColors = ...

    Default colors for the RoomCard component.

    Light theme defaults suitable for most applications. Override with dark theme values when needed.

    import { DEFAULT_CARD_COLORS } from '@hiyve/react-rooms';

    const darkColors = {
    ...DEFAULT_CARD_COLORS,
    background: '#1e1e1e',
    border: '#333',
    };