StyleCode Property: blockColor

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

blockColor

Choose the accent color for a block.

Applies to Type Default
region > header color, auto auto

Examples

// Example: region > header
show region { 1..6, 1..10 } with
  header "My region's header" { blockColor: "#FF6347" }

User Contributed Notes
0 notes + add a note