✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias CalendarHeatmapCellLabels

CalendarHeatmapCellLabels: object

Configuration for day numbers (1-31) labels in calendar-heatmap cells

# Type declaration

# enabled

enabled?: boolean

Boolean flag that defines if calendar day numbers should be shown in cells

# Default

true

# style

style?: Omit< TextStyle, "color" > & { color: "contrast" | string; }

Style configuration for calendar day numbers in cells

# style.color

color?: "contrast" | string

Color of the labels text

The "contrast" color applies the maximum contrast between the background and the text