Update themed component tests

This commit is contained in:
2026-02-10 22:14:48 -05:00
parent 2e54b81d8f
commit 5abceb7bc7
21 changed files with 239 additions and 240 deletions

View File

@@ -18,7 +18,7 @@ describe("Renders with defaults", () => {
expect(messageBlock).toHaveClass("px-4", "py-2");
expect(messageBlock).toHaveClass("border");
expect(messageBlock).toHaveClass("rounded-lg");
expect(messageBlock).toHaveClass("bg-purple-200", "text-purple-600");
expect(messageBlock).toHaveClass("bg-tertiary-xlight", "text-tertiary-mid");
});
it("Renders with custom className", () => {
const customClassName = "custom-tertiary-message-block-class";