(key: ModalityKey)
| 28 | |
| 29 | /** CSS var for a modality's solid color (dot / border / icon). */ |
| 30 | export const modalityColorVar = (key: ModalityKey): string => |
| 31 | `var(--polli-color-modality-${key})`; |
| 32 | |
| 33 | /** CSS var for a modality's faint chip background. */ |
| 34 | export const modalityBgVar = (key: ModalityKey): string => |
no outgoing calls
no test coverage detected