Replace remaining hardcoded hex colors with color tokens (CR-27)

Map leftover component hex values onto the existing color scale, and leave third-party share brands and the Avatar white-alpha border documented as intentional exceptions.
This commit is contained in:
adilallo
2026-08-17 14:31:28 -06:00
parent 705fa428ce
commit da453f6108
13 changed files with 21 additions and 25 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ describe("Step Component", () => {
render(<Step {...defaultProps} />);
const textElement = screen.getByText("Test Card Text");
expect(textElement).toHaveClass("text-[#141414]");
expect(textElement).toHaveClass("text-[var(--color-gray-900)]");
});
it("handles long text content gracefully", () => {