Adjust button hover

This commit is contained in:
adilallo
2026-08-15 11:12:41 -06:00
parent 79b5166fa3
commit 79bdb97c69
19 changed files with 82 additions and 92 deletions
+3
View File
@@ -61,6 +61,9 @@ describe("Button (behavioral tests)", () => {
expect(button.className).toContain("duration-150");
expect(button.className).not.toContain("duration-500");
expect(button.className).toContain("active:scale-[0.98]");
expect(button.className).not.toContain("hover:scale-");
expect(button.className).not.toContain("focus-visible:scale-");
expect(button.className).not.toContain("hover:outline-");
});
it("renders as a link when href is provided", () => {