Skip to content

spatial-monorepo


spatial-monorepo / verticals/src / PARKING_COLORS

Variable: PARKING_COLORS

const PARKING_COLORS: object

Defined in: packages/verticals/src/components/CampusProfile.tsx:46

Occupancy threshold colours — theme tokens

Type Declaration

high

readonly high: "#ff3f34" = '#ff3f34'

90% occupied → red

low

readonly low: "#3aa655" = '#3aa655'

<70% occupied → green

medium

readonly medium: "#c77a15" = '#c77a15'

70–90% occupied → yellow/amber

Released under commercial licensing.