element-call-Github/src/typography
Robin Townsend aa628cc63c Adopt the Compound color system
As a first step towards adopting the Compound design system and the new Element Call designs, this pulls in Compound's color tokens and applies them to all existing components. I've tried to choose tokens based on the semantics of where they're used, but in some cases, where the new and old design systems differ in semantics, it was necessary to choose tokens based on their resulting color. These hacks can be removed as we implement more of the new designs.

There were a set of environment variables that we used for custom themes, but Compound has way too many design tokens for that approach to still be a good idea, so I decided to replace them all with a single environment variable that just lets you write arbitrary custom CSS.
2023-08-28 17:14:40 -04:00
..
Typography.module.css Adopt the Compound color system 2023-08-28 17:14:40 -04:00
Typography.stories.tsx Fix big grid crashing due to missing React import 2023-06-30 18:21:18 -04:00
Typography.tsx Enable strict lints 2023-07-11 16:02:58 +01:00