Customizable colors for the RoomCard component. All colors accept any valid CSS color value (hex, rgb, rgba, hsl, etc.).
const darkThemeColors: Partial<RoomCardColors> = { background: '#1e1e1e', border: '#333', hoverBackground: '#2a2a2a', headerBackground: '#252525',}; Copy
const darkThemeColors: Partial<RoomCardColors> = { background: '#1e1e1e', border: '#333', hoverBackground: '#2a2a2a', headerBackground: '#252525',};
Card background color
Card border color
Card header/title area background color
Card background color on hover
Background color for the room type icon block
Icon color inside the room type icon block
Customizable colors for the RoomCard component. All colors accept any valid CSS color value (hex, rgb, rgba, hsl, etc.).
Example