Const
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',}; Copy
import { DEFAULT_CARD_COLORS } from '@hiyve/react-rooms';const darkColors = { ...DEFAULT_CARD_COLORS, background: '#1e1e1e', border: '#333',};
Default colors for the RoomCard component.